View source: R/figures_scatter.R
Add contour line to a xy-plot that envelopes alpha * 100-percent
of the xy-points
1 2 3 4 5 6 7 8 9 | add_contour_to_pointcloud(
x,
y,
alpha = 0.95,
col = "red",
fill = FALSE,
na.rm = FALSE,
...
)
|
Modified from code by Pascal Haenggi (2008) https://stat.ethz.ch/pipermail/r-help/2008-June/166079.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.