The GenericPlot
implements a basic plot.
new()
Empty function used to initialize the object arguments in runtime.
GenericPlot$new()
plot()
Implements a generic plot to visualize basic feature-clustering data.
GenericPlot$plot(summary)
summary
A data.frame comprising the elements to be plotted.
clone()
The objects of this class are cloneable with this method.
GenericPlot$clone(deep = FALSE)
deep
Whether to make a deep clone.
BinaryPlot