R/head.summary.cca.R

Defines functions `tail.summary.cca` `head.summary.cca`

`head.summary.cca` <-
    function(x, n=6, tail = 0, ...) {
        print(x, head=n, tail=tail, ...)
    }

`tail.summary.cca` <-
    function(x, n=6, head = 0, ...) {
        print(x, head=head, tail=n, ...)
    }

Try the vegan package in your browser

Any scripts or data that you put into this service are public.

vegan documentation built on Oct. 11, 2022, 5:06 p.m.