ggPMX (version 0.9.4)

pmx_vpc: Creates vpc object

Description

Creates vpc object

Usage

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, ...)

Arguments

type

charcater can be either percentile or scatter

idv

chracater individual variable

obs

pmx_vpc_obs object observation layer pmx_vpc_obs

pi

pmx_vpc_pi object percentile layer pmx_vpc_pi

ci

pmx_vpc_ci object confidence interval layer pmx_vpc_ci

rug

pmx_vpc_rug object rug layer pmx_vpc_rug

bin

pmx_vpc_bin object pmx_vpc_bin

labels

list define title and axis labels

facets

is a list of parameters passed to facet_wrap in case of startification

is.legend

logical if TRUE add legend

dname

added for compatibility with other ggPMX plots

...

extra parameters passed to base graphical parameters

See Also

Other vpc: pmx_plot_vpc, pmx_vpc_bin, pmx_vpc_ci, pmx_vpc_obs, pmx_vpc_pi, pmx_vpc_rug