filter.mcmc_data | R Documentation |
Slice mcmcr data
## S3 method for class 'mcmc_data'
filter(.data, ...)
.data |
An mcmc_data object |
... |
For Provide either positive values to keep, or negative values to drop. The values provided must be either all positive or all negative. Indices beyond the number of rows in the input are silently ignored. For |
filter(mcmc_data_example, species == "Droid")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.