subset.nex | R Documentation |
Subset a nexus file
## S3 method for class 'nex'
subset(x, condition, ...)
## S3 method for class 'nex'
x[i, j = NULL, drop = FALSE, ...]
x |
nexus file |
condition |
subset condition |
... |
other arguments (not used) |
i |
rows (taxa) to keep |
j |
columns (characters) to keep |
drop |
(not used) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.