length-codonTable {coRdon}R Documentation

Length of codonTable object.

Description

Length of codonTable object is the number of sequences for which there are codon counts contained in the object.

Usage

## S4 method for signature 'codonTable'
length(x)

Arguments

x

A codonTable object.

Value

Numeric, the length of x.


[Package coRdon version 1.11.0 Index]