plot.ppci_hyperplane_solution: Visualise a Hyperplane Separator for Clustering

Description Usage Arguments Value See Also

View source: R/newplots.R

Description

Provides a visualisation of the partition induced by a hyperplane separator generated by one of mch, mdh and ncuth.

Usage

1
2
## 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


PPCI documentation built on March 13, 2020, 3:27 a.m.