memc_incubation_ultisol | R Documentation |
A list containing incubation data and initial states.
data(memc_incubation_ultisol)
memc_incubation_ultisol
A list containing:
A data frame with 45 rows (15 time points x three replicates) and 3 columns:
Day of incubation.
String constant describing soil type.
Cumulative respiration, mg C/g soil.
A named vector of the initial states of the carbon pools associated with the observations
A list of 2 elements:
data
data frame of time-series data for carbon pools from the incubation experiment. The data frame contains the following variables:
Day
numeric, indicating the time since the start of the incubation experiment.
Soil
Character indicating the soil type (e.g., "Ultisol").
IC
Numeric value for inorganic carbon (mg C g^{-1}
soil).
state
named numeric vector of initial state values for the soil carbon pools.
The 'data' element contains time-series observations, while the 'state' element represents the initial conditions for the soil carbon pools.
memc_incubation_ultisol
# Access the incubation data
memc_incubation_ultisol$data
# Access the initial state
memc_incubation_ultisol$state
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.