RSDA2sym {ggESDA}R Documentation

RSDA object to symbolic object for ggplot

Description

It will be a good way to unify all symbolic data object in R that collects all useful symbolic analysis tools such like RSDA into the same class for management. In this way, user who wants to do some study in symbolic data will be more convenient for searching packages.Thus,RSDA2sym collecting RSDA object into ggESDA object will do for plot(ggplot) and RSDA's analysis.

Usage

RSDA2sym(data=NULL,rawData=NULL)

Arguments

data

an interval data, which may transfrom by RSDA::classic.to.sym .Note:data is a necessary parameter,and must have symbolic_tbl class.

rawData

rawData, which can be transformed to interval data, must be a data frame and match to data.

Value

Return an object of class "ggESDA", which have a interval data and others as follows.

#'

Examples

r<-ggESDA::Cardiological
mySym<-RSDA2sym(r)
mySym$intervalData


[Package ggESDA version 0.2.0 Index]