View source: R/get_peaktable.R
subset.peak_table | R Documentation |
Returns subset of peak_table
object.
## S3 method for class 'peak_table'
subset(x, subset, select, drop = FALSE)
x |
A |
subset |
Logical expression indicating rows (samples) to keep from
|
select |
Logical expression indicating columns (peaks) to select from
|
drop |
Logical. Passed to indexing operator. |
A peak_table
object with samples specified by subset
and peaks specified by select
.
Ethan Bass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.