| set_plot {ggPMX} | R Documentation |
Create a new plot of the desired type
Description
Create a new plot of the desired type
Usage
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,
...
)
Arguments
ctr |
|
ptype |
plot type can be:
|
pname |
plot name, if missing it will be created using function aestetics |
use.defaults |
|
filter |
optional filter which will be applied to plotting data |
strat.color |
|
strat.facet |
|
color.scales |
|
trans |
|
... |
other plot parameters to configure |
Value
invisible ctr object
See Also
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()