ggcoverage icon indicating copy to clipboard operation
ggcoverage copied to clipboard

suggestion: all plotting functions should accept builtin R objects as data, not paths to local files

Open m-jahn opened this issue 2 years ago • 0 comments

  • right now many geom_<plot> functions use a link to an external file and load data themself
  • importing and formatting data should be separated from plotting
  • plotting functions should only accept basic R data types, predominantly data.frame / tibble etc

m-jahn avatar Apr 26 '24 06:04 m-jahn