Handling pmx Graphical parameters
pmx_gpar(
labels,
axis.title,
axis.text,
ranges,
is.smooth,
smooth,
is.band,
band,
is.draft,
draft,
discrete,
is.identity_line,
identity_line,
scale_x_log10,
scale_y_log10,
color.scales,
is.legend,
legend.position
)
list of labels, like title, subtitle, x , y
list or element_text (same as ggplot2 axis.title theme)
list or element_text (same as ggplot2 axis.text theme)
limits of x/y ranges
logical if set to TRUE add smooth layer
smooth layer parameters
logical if TRUE add horizontal band
horizontal band parameters
logical if TRUE add draft layer
draft layer parameters
logical if TRUE x axis is discrete(FALSE by default)
logical
if TRUE add y=x line
list
y=x aes properties
logical if TRUE add scale_x_log10 layer
logical if TRUE add scale_y_log10 layer
list
define scales parameter in case of strat.color pmx_settings
logical
if TRUE x axis is discrete(FALSE by default)
charcater
legend position it takes the same value as the equivalent ggplot2 parameter
An object of class "pmx_gpar"
.
This object contains all general graphic settings. It used internally by all pmx_plot(generic function) to set the default behavior.