Documentation (vignettes and README file) are completed.
License change to MIT for better reusability.
Sgg()
now prefers using Sgg$ggtitle()
, but Sgg$title()
is accepted as well.gg()
subsettable function is now called Sgg()
and it implements svMisc:aka()
and svMisc::section()
to sort items in different sections.gg()
subsettable function allows to use the pipe instead of the +
in ggplot2, like ggplot() |> gg$geom_point()
. Also, a completion list is available when typing gg$<tab>
.Code in chart.default()
choked R CMD Check
(variable y
not defined in scope) is commented out. Expect a slightly different behavior with automatic geom_point()
with only one variable.
GitHub repository cleaned up (spelling + GitHub actions added).
Two bugs in chart.default() that appeared with ggplot 3.0 are solved.
ggplot2 3.0 viridis palettes are not needed any more and are thus eliminated.
First implementation of base and lattice versions of chart()
s.
Addition of combine_charts()
.
chart()
produced an error when labels are not defined and auto.labs = TRUE
.First version of the package.