View source: R/L_clusterLine.R
l_clusterLine | R Documentation |
This layers clusters several smooth effects and plots the cluster centers.
l_clusterLine(centers, cluFun = kmeans, a.clu = list(), ...)
centers |
the number of clusters. This is the same a the |
cluFun |
the function used for clustering. I must take (at least) arguments |
a.clu |
list of further argument to be passed to |
... |
graphical arguments to be passed to |
An object of class gamLayer
.
See plot.fs.interaction.1D for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.