pmx_vpc | R Documentation |
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,
...
)
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 |
Other vpc:
pmx_plot_vpc()
,
pmx_vpc_bin()
,
pmx_vpc_ci()
,
pmx_vpc_obs()
,
pmx_vpc_pi()
,
pmx_vpc_rug()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.