R/head.summary.cca.R

`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 May 2, 2019, 5:51 p.m.