subset.NpdeData | R Documentation |
Return subset of data from a NpdeData object
## S3 method for class 'NpdeData'
subset(x, subset, ...)
## S3 method for class 'NpdeObject'
subset(x, subset, ...)
x |
A NpdeData object |
subset |
logical expression indicating elements or rows to keep: missing values are taken as false. |
... |
Additional arguments (ignored) |
a NpdeData object with a subset of the original data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.