pmx_vpc_pi | R Documentation |
Sets vpc percentile layer
pmx_vpc_pi(
show = c("all", "median", "area"),
interval = c(0.05, 0.95),
median = list(color = "#000000", linewidth = 1, alpha = 0.7, linetype = "solid"),
extreme = list(color = "#000000", linewidth = 1, alpha = 0.7, linetype = "dashed"),
area = list(fill = "blue", alpha = 0.1)
)
show |
|
interval |
|
median |
|
extreme |
|
area |
|
Other vpc:
pmx_plot_vpc()
,
pmx_vpc_bin()
,
pmx_vpc_ci()
,
pmx_vpc_obs()
,
pmx_vpc_rug()
,
pmx_vpc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.