getData {GenVisR} | R Documentation |
Method getData
Helper function to get data from classes
Helper function to getData from classes, under development!!!
Helper function to get data from classes
Helper function to getData from classes, under development!!!
getData(object, ...) ## S4 method for signature 'Clinical' getData(object, ...) ## S4 method for signature 'ClinicalData' getData(object, ...) .getData_Lolliplot(object, name = NULL, index = NULL, ...) ## S4 method for signature 'LolliplotData' getData(object, name = NULL, index = NULL, ...) ## S4 method for signature 'Lolliplot' getData(object, name = NULL, index = NULL, ...) .getData_MutSpectra(object, name = NULL, index = NULL, ...) ## S4 method for signature 'MutSpectraPrimaryData' getData(object, name = NULL, index = NULL, ...) ## S4 method for signature 'MutSpectra' getData(object, name = NULL, index = NULL, ...) .getData_Rainfall(object, name = NULL, index = NULL, ...) ## S4 method for signature 'RainfallPrimaryData' getData(object, name = NULL, index = NULL, ...) ## S4 method for signature 'Rainfall' getData(object, name = NULL, index = NULL, ...) .getData_waterfall(object, name = NULL, index = NULL, ...) ## S4 method for signature 'WaterfallData' getData(object, name = NULL, index = NULL, ...) ## S4 method for signature 'Waterfall' getData(object, name = NULL, index = NULL, ...)
object |
Object of class Clinical, |
... |
additional arguments to passed |
name |
String corresponding to the slot for which to extract data from. |
index |
Integer specifying the slot for which to extract data from. |
The getData method is an accessor function used to access data held in GenVisR objects.