mda.exclrows | R Documentation |
Exclude/hide rows in a dataset
mda.exclrows(x, ind)
x |
dataset (data frame or matrix). |
ind |
indices of rows to exclude (numbers, names or logical values) |
The method assign attribute 'exclrows', which contains number of rows, which should be
excluded/hidden from calculations and plots (without removing them physically). The
argument ind
should contain rows numbers (excluding already hidden), names or logical
values.
dataset with excluded rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.