Sets vpc percentile layer
pmx_vpc_pi(show = c("all", "median"), interval = c(0.05, 0.95),
median = list(color = "#000000", size = 1, alpha = 0.7, linetype = "solid"),
extreme = list(color = "#000000", size = 1, alpha = 0.7, linetype =
"solid"))charcater how lines are displayed:
show=all lines will be displayed for each of the 3 percentiles.
show=median Show only median line.
numeric quantiles values default
to c(.05,.95)
list containing:
color charcater Color of the median percentile line. Default: "#000000".
size numeric Thickness of the median percentile line. Default: 1.
alpha numeric Transparency of the median percentile line. Default: 0.7.
linetype charcater Linetype of the median percentile line. Default: "solid".
list containing:
color charcater Color of the median percentile line. Default: "#000000".
size numeric Thickness of the median percentile line. Default: 1.
alpha numeric Transparency of the median percentile line. Default: 0.7.
linetype charcater Linetype of the median percentile line. Default: "solid"
Other vpc: pmx_plot_vpc,
pmx_vpc_bin, pmx_vpc_ci,
pmx_vpc_obs, pmx_vpc_rug,
pmx_vpc