View source: R/plot.clusterSP.R
plot.clusterSP | R Documentation |
Plot the snowprofileSet sorted and divided by clusters with vertical lines. If available also plot the centroid or medoid profiles beneath the snowprofileSets.
## S3 method for class 'clusterSP'
plot(
x,
SPx = NULL,
centers = c("centroids", "medoids", "n")[1],
include = c(NA, "rta_dist", "pu_dist")[1],
hardnessResidualSPx = 1,
SortMethod = c("hs", "unsorted"),
...
)
x |
a clusterSP object output by clusterSP |
SPx |
a sarp.snowprofile::snowprofileSet to be clustered |
centers |
plot either |
include |
plot |
hardnessResidualSPx |
Value within (0, 1) to control the minimum horizontal space of each layer that will be e colored irrespective of the layer's hardness. A value of 1 corresponds to no hardness being shown |
SortMethod |
sort profiles within each cluster by either snow depth |
... |
Additional parameters passed to sarp.snowprofile::plot.snowprofileSet |
fherla shorton
clusterSP
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.