subset.nex: Subset a nexus file

View source: R/subset.nex.R

subset.nexR Documentation

Subset a nexus file

Description

Subset a nexus file

Usage

## S3 method for class 'nex'
subset(x, condition, ...)

## S3 method for class 'nex'
x[i, j = NULL, drop = FALSE, ...]

Arguments

x

nexus file

condition

subset condition

...

other arguments (not used)

i

rows (taxa) to keep

j

columns (characters) to keep

drop

(not used)


celiason/phenotools documentation built on Sept. 29, 2024, 5:43 p.m.