Learn R Programming

D2MCS (version 1.0.1)

BinaryPlot: Plotting feature clusters following bi-class problem.

Description

The BinaryPlot implements a basic plot for bi-class problem.

Arguments

Super class

D2MCS::GenericPlot -> BinaryPlot

Methods


Method new()

Empty function used to initialize the object arguments in runtime.

Usage

BinaryPlot$new()


Method plot()

Plots feature-clustering data from a bi-class problem.

Usage

BinaryPlot$plot(summary)

Arguments

summary

A data.frame comprising the elements to be plotted.


Method clone()

The objects of this class are cloneable with this method.

Usage

BinaryPlot$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

See Also

GenericPlot