R/lines.permat.R

Defines functions `lines.permat`

## S3 lines method for permat
`lines.permat` <-
function(x, type = "bray", ...)
{
    lines(summary(x)[[match.arg(type, c("bray", "chisq"))]], ...)
}
vegandevs/vegan documentation built on April 26, 2024, 11:21 a.m.