Description Usage Arguments Details Value Author(s) Examples
Get the original data set used to obtain the resulting R object for which a method function exists.
1 | datagrabber(x, ...)
|
x |
An R object that has a method function for |
... |
Not used. |
Often when applying functions to data, it is handy to be able to grab the original data for subsequent routines (e.g., plotting, etc.). In some cases, information about where to obtain the original data might be available (more difficult) and in other cases, the data may simply be contained within a fitted object. This method function is generic, but some packages (e.g., extRemes >= 2.0, SpatialVx >= 1.0) have datagrabber functions specific to particular object types.
The original pertinent data in whatever form it takes.
Eric Gilleland
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.