Extract | R Documentation |
x[i]
returns an object of the length as i
preserving
the class from the original object x
. The following Methyl-IT
classes are considered: 'InfDiv','pDMP', 'glmDataSet', and
'RangedGlmDataSet'.
## S3 method for class 'InfDiv'
x[i]
## S3 method for class 'pDMP'
x[i]
## S3 method for class 'glmDataSet'
x[i, j, ...]
## S3 method for class 'RangedGlmDataSet'
x[i, j, ...]
x |
A list-like or vector-like object |
i |
Index specifying elements to Extract or replace. Index can be a
numeric or a character vector. See ?base:: |
Same as in ?base::Extract
, but preserving
the class from the original object x
.
base::Extract
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.