onsvplot 0.5.0
Modifies theme_onsv. Now this theme is based on ggplot2::theme_minimal, with a few changes.
onsvplot 0.4.1
- Change values of
legend.key.sizeandlegend.textintheme_onsv()(#13 and #14)
onsvplot 0.4.0
- Add new arguments to
scale_discrete_onsv:.... Now it is possible to pass arguments to lower levelggplot2functions, such asscale_discrete_manualanddiscrete_scale.
onsvplot 0.3.2
CRAN release: 2023-09-05
- Released on CRAN: now it is possible to install using
install.packages("onsvplot").
onsvplot 0.2.2
- Add new parameter to
theme_onsv()(#7): Now it is possible to changebasesizeof the font used in the plot
onsvplot 0.2.1
Add two new parameters to
theme_onsv()(#3):plot.title.position = "plot"andplot.caption.position = "plot".Add bottom margin to
titleelement.
onsvplot 0.2.0
Updates the package name to
onsvplot. Theobsplotpackage already exists, therefore it was necessary to change the previous name. (#4)-
Also, this version changes the function and object names:
-
theme_obs()totheme_onsv() -
scale_discrete_obs()toscale_discrete_onsv() -
obs_palettetoonsv_palette
-
