View source: R/soil_retentionCurvePlot.R
| soil_retentionCurvePlot | R Documentation |
Functions to display water retention curves and conductivity curves.
soil_retentionCurvePlot(
soil,
model = "SX",
layer = 1,
psi = seq(0, -6, by = -0.01),
relative = TRUE,
to = "SAT"
)
soil_conductivityCurvePlot(
soil,
model = "SX",
layer = 1,
psi = seq(0, -6, by = -0.01),
relative = TRUE,
to = "SAT",
log = TRUE,
mmol = TRUE
)
soil |
Initialized soil object (returned by function |
model |
model Either 'SX' or 'VG' for Saxton's or Van Genuchten's water retention models; or 'both' to plot both retention models. |
layer |
Soil layer to be plotted. |
psi |
A numeric vector specifying a sequence of water potential values. |
relative |
Boolean flag to indicate that retention curve should be relative to field capacity or saturation. |
to |
Either 'SAT' (saturation) or 'FC' (field capacity). |
log |
Boolean to display the y-axis in logarithm units |
mmol |
Boolean flag to indicate that saturated conductivity units should be returned in mmol/m/s/MPa. If |
soil_retentionCurvePlot() allows plotting the water retention curve of a given soil layer.
soil_conductivityCurvePlot() allows plotting the conductivity curve of a given soil layer.
An object of class ggplot.
Miquel De Cáceres Ainsa, CREAF
soil_texture
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.