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 = TRUE,
is.footnote = TRUE,
dname = NULL,
...
)list with parameters of the vpc object
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
logical if TRUE add footnote
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()