Description Usage Arguments Details Value
Original name: .plotNEEVersusUStarTempClass
1 2 | plot_ustar_thr(data, ustar_thr, ustar = "ustar", NEE = "NEE",
Tair = "Tair", xlab = NULL, ylab = NULL)
|
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 |
ylab |
Custom y-axis label. If NULL (default), the y-axis is given the
label |
For each ustar_bin, mean of NEE and ustar is calculated.
Side effect of plotting NEE ~ ustar with indicating means of the bins, ustar_thr, date range, and temperature range.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.