draw_smoothScatter_panel: Add a smoothed scatter plot to the current panel

Description Usage

View source: R/figures_scatter.R

Description

Add a smoothed scatter plot to the current panel

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
draw_smoothScatter_panel(
  x,
  y,
  asp = NA,
  xlim = NULL,
  ylim = xlim,
  loess_lim = xlim,
  add_loess = TRUE,
  add_1to1 = FALSE,
  xlab = "",
  ylab = "",
  is_plotmath = c(FALSE, FALSE),
  annx = TRUE,
  anny = TRUE,
  fexp_axis = 1
)

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