R/lines.permat.R

## S3 lines method for permat
`lines.permat` <-
function(x, type = "bray", ...)
{
    lines(summary(x)[[match.arg(type, c("bray", "chisq"))]], ...)
}
pattakosn/Rworkshop documentation built on May 24, 2019, 8:22 p.m.