add_isoline_to_pointcloud: Add isoline(s) to a xy-plot

Description Usage

View source: R/figures_scatter.R

Description

The isolines can either represent the probs * 100-percent quantile or represent fixed levels of the z-variable values

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
add_isoline_to_pointcloud(
  x,
  y,
  z,
  probs = NULL,
  levels = NULL,
  col = "red",
  fill = FALSE,
  na.rm = FALSE,
  add_legend = FALSE,
  legend_xy = NULL,
  ...
)

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