Last chance! 50% off unlimited learning
Sale ends in
Get the plot config by name
get_plot_config(ctr, pname)
the config object
the controller object
the plot name
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()
# \donttest{
ctr <- theophylline()
ctr %>% set_plot("IND", pname = "indiv1")
ctr %>% get_plot_config("distr1")
# }
Run the code above in your browser using DataLab