stamp_exp_prob.Rd
Title
stamp_exp_prob( mapping = NULL, data = NULL, position = "identity", na.rm = FALSE, show.legend = NA, inherit.aes = TRUE, outline.type = "upper", ... )
... |
---|
library(ggplot2) ggplot(cars, aes(x = dist)) + stamp_exp_prob(alpha = .5, height = 1, fill = "magenta") + stamp_exp_prob(x_min = -5, x_max = -1.96, height = 1) + stamp_exp_prob(x_min = 1.98, x_max = 5, height = 1)#> Warning: Ignoring unknown parameters: outline.type, fill#> Warning: Ignoring unknown parameters: outline.type#> Warning: Ignoring unknown parameters: outline.typeggplot(cars, aes(x = dist)) + stamp_exp_prob(x_min = -1, x_max = 1, color = "slateblue", color = "grey34", outline.type = "full") + stamp_exp_prob(x_min = -2, x_max = 2, color = "slateblue", outline.type = "full") + stamp_exp_prob(x_min = -3, x_max = 3, color = "slateblue", outline.type = "full") + stamp_exp_prob(x_min = -4, x_max = 4, color = "slateblue", outline.type = "full") + stamp_exp_prob(x_min = -5, x_max = 5, color = "slateblue", outline.type = "full")#> Warning: Duplicated aesthetics after name standardisation: colour#> Warning: Ignoring unknown parameters: outline.type#> Warning: Ignoring unknown parameters: outline.type#> Warning: Ignoring unknown parameters: outline.type#> Warning: Ignoring unknown parameters: outline.type#> Warning: Ignoring unknown parameters: outline.type