plot_ustar_thr: Plot NEE versus Ustar for Data of a Subset with Estimates

Description Usage Arguments Details Value

Description

Original name: .plotNEEVersusUStarTempClass

Usage

1
2
plot_ustar_thr(data, ustar_thr, ustar = "ustar", NEE = "NEE",
  Tair = "Tair", xlab = NULL, ylab = NULL)

Arguments

data

Data frame or tibble with columns NEE, ustar, Tair/Tsoil, ustar_bin, and timestamp.

ustar_thr

Value of ustar of an estimated threshold.

ustar

Column name for ustar.

NEE

Column name for NEE

Tair

Column name for temperature variable.

xlab

Custom x-axis label. If NULL (default), the x-axis is given the label bquote(u["*"] * " (" * m ~ s^-1 * ")").

ylab

Custom y-axis label. If NULL (default), the y-axis is given the label bquote("NEE (" * gC ~ m^-2 ~ yr^-1 * ")").

Details

For each ustar_bin, mean of NEE and ustar is calculated.

Value

Side effect of plotting NEE ~ ustar with indicating means of the bins, ustar_thr, date range, and temperature range.


grahamstewart12/tidyflux documentation built on June 4, 2019, 7:44 a.m.