pmx_vpc_pi: Sets vpc percentile layer

View source: R/plot-vpc.R

pmx_vpc_piR Documentation

Sets vpc percentile layer

Description

Sets vpc percentile layer

Usage

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

Arguments

show

charcater how lines are displayed:

  • show=all lines will be displayed for each of the 3 percentiles. with a shaded area.

  • show=median Show only median line.

  • show=area Show only median line and the shaded area

interval

numeric quantiles values default to c(.05,.95)

median

list containing:

  • color charcater Color of the median percentile line. Default: "#000000".

  • linewidth 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".

extreme

list containing:

  • color charcater Color of the median percentile line. Default: "#000000".

  • linewidth 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"

area

list containing:

  • fill charcater Color of the shaded area. Default: "blue".

  • alpha numeric Transparency of the sahded area. Default: 0.1.

See Also

Other vpc: pmx_plot_vpc(), pmx_vpc_bin(), pmx_vpc_ci(), pmx_vpc_obs(), pmx_vpc_rug(), pmx_vpc()


ggPMXdevelopment/ggPMX documentation built on Dec. 11, 2023, 5:24 a.m.