memc_incubation_mollisol | R Documentation |
A list containing incubation data and initial states.
memc_incubation_mollisol
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., "Mollisol").
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.
# Access the incubation data
memc_incubation_mollisol$data
# Access the initial state
memc_incubation_mollisol$state
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.