Extract.metagene | R Documentation |
Extract or replace data in a metagene object
Extract columns directly from the dataframe
Write columns of the dataframe
Subset data
## S3 method for class 'metagene'
x$name
## S3 replacement method for class 'metagene'
x$name <- value
## S3 method for class 'metagene'
x[...]
x |
a metagene object. |
name |
character. A variable name. |
value |
a vector. |
... |
a vector of integer indices or names of columns in the dataset. |
Other metagene:
get_ntraits()
,
get_pedigree()
,
ngenerations()
,
nindividuals()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.