plot.ppci_hyperplane_solution {PPCI} | R Documentation |
Visualise a Hyperplane Separator for Clustering
Description
Provides a visualisation of the partition induced by a hyperplane separator generated by one of mch, mdh and ncuth.
Usage
## S3 method for class 'ppci_hyperplane_solution'
plot(x, labels = NULL, transparency = NULL, ...)
Arguments
x |
a solution arising from one of the functions mch, mdh and ncuth. |
labels |
(optional) a vector of class labels. if provided then points in different classes are plotted in different colours. |
transparency |
(optional) if ommitted then points in the scatterplot are shown as solid. If set to a value in (0, 1) then points are shown with transparency. Lower values correspond with a greater degree of transparency. |
... |
additional graphical parameters. Currently none implemented. |
Value
None
See Also
mch, mdh, ncuth, hp_plot
[Package PPCI version 0.1.5 Index]