trimr | R Documentation |
This function trims the dataset by n and/or t rows and columns
trimr(x,a,b)
x |
A NxT matrix containing the data to be trimmed |
a |
number of columns to trim from matrix |
b |
number of rows to trim from matrix |
xx the trimmed data set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.