Learn R Programming

D2MCS (version 1.0.1)

GenericPlot: Pseudo-abstract class for creating feature clustering plots.

Description

The GenericPlot implements a basic plot.

Arguments

Methods


Method new()

Empty function used to initialize the object arguments in runtime.

Usage

GenericPlot$new()


Method plot()

Implements a generic plot to visualize basic feature-clustering data.

Usage

GenericPlot$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

GenericPlot$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

See Also

BinaryPlot