get_plot_config: Get the plot config by name

View source: R/pmxClass.R

get_plot_configR Documentation

Get the plot config by name

Description

Get the plot config by name

Usage

get_plot_config(ctr, pname)

Arguments

ctr

the controller object

pname

the plot name

Value

the config object

See Also

Other pmxclass: get_cats(), get_conts(), get_covariates(), get_data(), get_occ(), get_plot(), get_strats(), plot_names(), plots(), pmx_update(), set_data(), set_plot()

Examples


ctr <- theophylline()
ctr %>% set_plot("IND", pname = "indiv1")
ctr %>% get_plot_config("distr1")


ggPMXdevelopment/ggPMX documentation built on Dec. 11, 2023, 5:24 a.m.