ExtractParam {pvcurveanalysis} | R Documentation |
Extracts parameters from result list
Description
Extracts the curve parameters from the result lists of the functions analysing the pressure volume curve (TurgorLossPoint, OsmoticPot and ModElasticity
Usage
ExtractParam(result_list)
Arguments
result_list |
output list from the functions TurgorLossPoint, OsmoticPot or ModElasticity |
Value
data frame containing the results from the curve analysis only, depending on the function used, relative water deficit at turgor loss point (rwd.tlp), water potential at turgor loss point (water.pot.tlp), apoplastic fraction (apo.fract), osmotic potential at full saturation (osmotic.pot.full.sat), modulus of elasticity (modulus.elasticity)
Examples
# use pressure volume data provided by package
pv_data <- pressure_volume_data
# do pressure volume curve analysis
pv_data <- RelativeWaterDeficit(pv_data)
results <- OsmoticPot(pv_data, graph = FALSE)
# extract curve values
ExtractParam(results)
[Package pvcurveanalysis version 1.0.0 Index]