pmplots 0.5.0
-
Multiple
x
andy
can be now be passed as alist
in addition to
character vector (#95). -
Vectorized plots (returned as a list of plots) are now named according to the
x
ory
data column (#96). -
New function
rot_xy()
allows rotation of x- or y-axis tick labels forgg
objects,patchwork
objects, or lists ofgg
orpatchwork
objects; this
function usesrot_at()
for processing lists (#96). -
New function
rot_at()
allows rotation of x- or y-axis tick labels ofgg
orpatchwork
objects or named lists of these objects; the list method
allows rotation of specific plots in the list by matching the name exactly
or through a regular expression (#96). -
New function
pm_with()
allows arrangement of a named list of plots using
patchwork
syntax (#96). -
rot_y()
has been updated with avertical
argument, similar to existing
argument inrot_x()
(#96).
scores:
{
"testing": {
"check": 1,
"covr": 0.859
},
"documentation": {
"has_vignettes": 1,
"has_website": 1,
"has_news": 1
},
"maintenance": {
"has_maintainer": 1,
"news_current": 1
},
"transparency": {
"has_source_control": 1,
"has_bug_reports_url": 1
}
}