OPTICSplot | R Documentation |
OPTICSplot()
performs density-based clustering
of spectral similarity data using the OPTICS algorithm like
OPTICStbl
and creates a reachability distance plot.
OPTICSplot(distmat, eps = 10000, minPts = 3, eps_cl = 0.5, ...)
distmat |
A distance matrix as generated by
|
eps |
OPTICS parameters, see |
minPts |
OPTICS parameters, see |
eps_cl |
The reachability distance used for cluster determination,
see |
... |
Additional graphical parameters to be passed to |
The function internally uses optics
and extractDBSCAN
from the dbscan
package.
A reachability distance plot as visualisation of OPTICS clustering, see codeextractDBSCAN.
OPTICStbl
load(file = system.file("extdata", "distmat.RData", package = "CluMSIDdata")) OPTICSplot(distmat[1:50,1:50], eps_cl = 0.7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.