Description Usage Arguments Details
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!!!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.