| 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.
rawDatathe data from user.
statisticsDFcontains min max mean median dataframe for each group of symbolic data
intervalDatainterval data from RSDA type
clusterResultclustering 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.