
Soil water retention and conductivity plots
Source:R/soil_retentionCurvePlot.R
soil_retentionCurvePlot.Rd
Functions to display water retention curves and conductivity curves.
Arguments
- soil
Initialized soil object (returned by function
soil
).- 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
mmol = FALSE
then units are cm/day.
Details
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.