tail.list: Tail of a list

Description Usage Arguments Value

Description

utility function to make extractions of the trait values at the tips easier

Usage

1
2
## S3 method for class 'list'
tail(x, n = 6L, ...)

Arguments

x

A list.

n

Number of lines.

...

Not used.

Value

The first n elements of each list element.


funphylocom documentation built on May 2, 2019, 5 p.m.