pmx_update | R Documentation |
Update plot object
pmx_update(
ctr,
pname,
strat.color = NULL,
strat.facet = NULL,
color.scales = NULL,
filter = NULL,
trans = NULL,
...,
pmxgpar = NULL
)
ctr |
|
pname |
character the plot name to update |
strat.color |
|
strat.facet |
|
color.scales |
|
filter |
optional filter which will be applied to plotting data |
trans |
|
... |
others graphical parameters given to set the plot |
pmxgpar |
a object of class pmx_gpar possibly the output of the |
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.
controller object with the plot updated
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.