pmx_vpc {ggPMX} | R Documentation |
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 = TRUE,
is.footnote = TRUE,
dname = NULL,
...
)
Arguments
type |
|
idv |
|
obs |
|
pi |
|
ci |
|
rug |
|
bin |
|
labels |
|
facets |
is a list of parameters passed to facet_wrap in case of startification |
is.legend |
|
is.footnote |
|
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()
[Package ggPMX version 1.2.11 Index]