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 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"),
...
)
a clusterSP object output by clusterSP
a sarp.snowprofile::snowprofileSet to be clustered
plot either centroids
, medoids
or none
profiles underneath each set of clustered profiles
plot rta
or p_unstable
distributions next to centroids
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
sort profiles within each cluster by either snow depth hs
(default) or unsorted
Additional parameters passed to sarp.snowprofile::plot.snowprofileSet
fherla shorton
clusterSP