Create a new plot of the desired type
set_plot(
ctr,
ptype = c("IND", "DIS", "SCATTER", "ETA_PAIRS", "ETA_COV", "PMX_QQ", "VPC",
"PMX_DENS"),
pname,
use.defaults = TRUE,
filter = NULL,
strat.color = NULL,
strat.facet = NULL,
color.scales = NULL,
trans = NULL,
...
)
pmxClass
controller object
plot type can be:
"IND" Individual plot type: individual
"DIS" Distribution plot type : distrib
"SCATTER" Residual plot type :residual
plot name, if missing it will be created using function aestetics
logical
if FALSE do not use defaults defined in yaml init files
optional filter which will be applied to plotting data
character
formula
define categorical stratification as formula
list
can be used with strat.color to set scale_color_manual
list
transformation operator
other plot parameters to configure pmx_gpar
.
invisible ctr object
Other pmxclass:
get_cats()
,
get_conts()
,
get_covariates()
,
get_data()
,
get_occ()
,
get_plot_config()
,
get_plot()
,
get_strats()
,
plot_names()
,
plots()
,
pmx_update()
,
set_data()