Description Usage Arguments Value Examples
Extracts those intercepts, covariances etc. that match a given list of indices or labels.
1 2 3 4 5 6 7 8 9 10 11 12 13 14  | ## S3 method for class 'timeresolved'
subset(x, i = NULL, labels = NULL, invert = FALSE,
  include.J = FALSE, ...)
## S3 method for class 'logratios'
subset(x, i = NULL, labels = NULL, invert = FALSE,
  include.J = FALSE, ...)
## S3 method for class 'redux'
subset(x, i = NULL, labels = NULL, invert = FALSE,
  include.J = FALSE, ...)
## S3 method for class 'results'
subset(x, i = NULL, labels = NULL, invert = FALSE, ...)
 | 
x | 
 an object of class   | 
i | 
 a vector with indices of the selected runs  | 
labels | 
 a string or a vector of strings with sample names  | 
invert | 
 boolean flag indicating whether the selection should be inverted, i.e. whether the selected indices or labels should be removed rather than retained  | 
include.J | 
 if   | 
... | 
 other arguments  | 
an object of the same class as x
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.