This class allows to create objects of the P-model.
new()Create a new p-model object.
P_model_inverter$new(T_diff, T_ref, m_rec, c_ratio, lat = -30, ...)
T_diffTemperature difference.
T_refReference temperature (e.g. modern temperature).
m_recReconstructed moisture index.
c_ratioCO2 ratio.
latLatitude.
...Optional parameters (not used).
calculate_m_true()Calculate true moisture index.
P_model_inverter$calculate_m_true()
A list with three elements:
mi:Numeric value of moisture index.
cph:Boolean flat to indicate whether or not the compensation point 'law' is upheld.
ci:Numeric value of c_i.
1 2 3 4 5 | codos::P_model_inverter$new(T_diff = 1.334567,
T_ref = 11.57957,
m_rec = 0.3357231,
c_ratio = 0.7361765,
lat = -30)$calculate_m_true()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.