ggESDA | R Documentation |
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.
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
new()
initialize all data, check whether satisfy theirs form
ggESDA$new( rawData = NULL, statisticsDF = NULL, intervalData = NULL, clusterResult = NULL )
clone()
The objects of this class are cloneable with this method.
ggESDA$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.