ggESDA {ggESDA} | R Documentation |
A symbolic object by R6 class for interval analysis and ggplot
Description
This is an object that will be used to make a ggplot object.A ggESDA object contains both classic data that user have and interval data which we transform.More over,some basic statistics from row data will also be recorded in this object,and the interval data which is from RSDA transformation will still contain RSDA properties.
Public fields
rawData
the data from user.
statisticsDF
contains min max mean median dataframe for each group of symbolic data
intervalData
interval data from RSDA type
clusterResult
clustering result
Methods
Public methods
Method new()
initialize all data, check whether satisfy theirs form
Usage
ggESDA$new( rawData = NULL, statisticsDF = NULL, intervalData = NULL, clusterResult = NULL )
Method clone()
The objects of this class are cloneable with this method.
Usage
ggESDA$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package ggESDA version 0.2.0 Index]