Creates vpc object
pmx_vpc(type = c("percentile", "scatter"), idv = "TIME",
obs = pmx_vpc_obs(), pi = pmx_vpc_pi(), ci = pmx_vpc_ci(),
rug = pmx_vpc_rug(), bin = pmx_vpc_bin(), labels = NULL,
facets = NULL, is.legend = FALSE, dname = NULL, ...)charcater can be either percentile or scatter
chracater individual variable
pmx_vpc_obs object observation layer pmx_vpc_obs
pmx_vpc_pi object percentile layer pmx_vpc_pi
pmx_vpc_ci object confidence interval layer pmx_vpc_ci
pmx_vpc_rug object rug layer pmx_vpc_rug
pmx_vpc_bin object pmx_vpc_bin
list define title and axis labels
is a list of parameters passed to facet_wrap in case of startification
logical if TRUE add legend
added for compatibility with other ggPMX plots
extra parameters passed to base graphical parameters
Other vpc: pmx_plot_vpc,
pmx_vpc_bin, pmx_vpc_ci,
pmx_vpc_obs, pmx_vpc_pi,
pmx_vpc_rug