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

GenericPlotR Documentation

Pseudo-abstract class for creating feature clustering plots.

Description

The GenericPlot implements a basic plot.

Methods

Public 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


D2MCS documentation built on Aug. 23, 2022, 5:07 p.m.