add_contour_to_pointcloud: Add contour line to a xy-plot that envelopes 'alpha *...

Description Usage References

View source: R/figures_scatter.R

Description

Add contour line to a xy-plot that envelopes alpha * 100-percent of the xy-points

Usage

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

References

Modified from code by Pascal Haenggi (2008) https://stat.ethz.ch/pipermail/r-help/2008-June/166079.html


DrylandEcology/rSW2analysis documentation built on Nov. 8, 2021, 4:20 p.m.