vizAnnualClimate {sharpshootR} | R Documentation |
Annual Climate Summaries for Soil Series Data
Description
Annual climate summaries for soil series, based on latticeExtra::segplot
, based on 5th, 25th, 50th, 75th, and 95th percentiles. Input data should be from soilDB::fetchOSD
.
Usage
vizAnnualClimate(climate.data, IQR.cex = 1, s = NULL, s.col = "firebrick", ...)
Arguments
climate.data |
Annual climate summaries, as returned from |
IQR.cex |
scaling factor for bar representing interquartile range |
s |
a soil series name, e.g. "LUCY", to highlight |
s.col |
color for highlighted soil series |
... |
further arguments passed to |
Details
This function was designed for use with soilDB::fetchOSD
. It might be possible to use with other sources of data but your mileage may vary. See the Soil Series Query Functions tutorial for more information.
Value
A list
with the following elements:
-
fig
: lattice object (the figure) -
clust
: clustering object returned bycluster::diana
Author(s)
D.E. Beaudette
See Also
vizHillslopePosition