Update plot object
pmx_update(
ctr,
pname,
strat.color = NULL,
strat.facet = NULL,
color.scales = NULL,
filter = NULL,
trans = NULL,
...,
pmxgpar = NULL
)pmxClass controller object
character the plot name to update
character optional stratification parameter
formula optional stratification parameter
list can be used with strat.color to set scale_color_manual
pmx_gpar function.
optional filter which will be applied to plotting data
character define the transformation to apply on x or y or both variables
others graphical parameters given to set the plot
a object of class pmx_gpar possibly the output of the
controller object with the plot updated
trans is a transformation that user can apply to x, or y coordinates. The transformation is applied to the data before the plotting. This gives more felxiblilty to the user and also conserves all static positions like annotations ( draft specially)
For example:
var_x apply variance to x coordinates the variance function
var_xy apply variance to both This mechanism is applied internally to scale log.
Other pmxclass:
get_cats(),
get_conts(),
get_covariates(),
get_data(),
get_occ(),
get_plot_config(),
get_plot(),
get_strats(),
plot_names(),
plots(),
set_data(),
set_plot()