iNZightVIT / iNZightPlots

Plot functions for use by iNZight.
2 stars 1 forks source link

Ability to use factor(var) for ggplots #272

Open daniel-barnett opened 3 years ago

daniel-barnett commented 3 years ago

The following code does not currently work. This is very low priority considering this will only affect those who are not using either iNZight or Lite, but probably should work and (hopefully) shouldn't be a big fix?

inzplot(hp ~ factor(cyl), data = mtcars, plottype = "gg_violin")