slopes0 {fluxible} | R Documentation |
Slopes for each flux
Description
Slopes of C(t) for each flux without cut.
Usage
slopes0
Format
A tibble with 1251 rows and 28 variables
- datetime
Datetime at which CO2 concentration was recorded.
- temp_air
Air temperature inside the flux chamber in Celsius.
- temp_soil
Ground temperature inside the flux chamber in Celsius.
- conc
CO2 concentration in ppm.
- PAR
Photosynthetically active radiation inside the chamber in micromol/s/sqm.
- turfID
Unique ID of the turf in which the measurement took place.
- type
Type of measurement: ecosystems respiration (ER) or net ecosystem exchange (NEE).
- start
Datetime at which the measurement was started.
- end
Datetime at which the measurement ended.
- fluxID
Unique ID for each flux.
- n_conc
Number of data point per flux.
- ratio
Ratio of n_conc over length of the measurement (in seconds).
- flag
Data quality flags.
- time
Time variable of the flux in seconds.
- cut
Indicating if the measurement should be kept (keep) or discarded (cut).
- Cm_est
Estimation of the Cm parameter.
- a_est
Estimation of the a parameter.
- b_est
Estimation of the b parameter.
- tz_est
Estimation of the tz parameter.
- Cz
Cz parameter of the C(t) function.
- Cm
Cm parameter of the C(t) function, calculated by optim() with Cm_est as starting point.
- a
a parameter of the C(t) function, calculated by optim() with a_est as starting point.
- b
b parameter of the C(t) function, calculated by optim() with b_est as starting point.
- tz
tz parameter of the C(t) function, calculated by optim() with tz_est as starting point.
- slope_tz
Slope of C(t) at tz
- fit
C(t), modeled CO2 concentration as a function of time.
- fit_slope
Output of linear model of CO2 concentration passing by C(tz) and a slope of slope_tz.
- start_z
Datetime format of tz
Examples
slopes0