summary.cover: Summary method for cover and incidence objects

Description Usage Arguments Examples

View source: R/summary.cover.R

Description

The function returns a summary of cover and incidence S3 objects. Actually the function returns only the number of profiles and the number of comparabilities.

Usage

1
2
3
4
## S3 method for class 'cover'
summary(object, ...)
## S3 method for class 'incidence'
summary(object, ...)

Arguments

object

a cover matrix or an incidence matrix.

...

added for consistency with the generic method.

Examples

1
2
3
4
5
6
vl <- c(2, 3, 3)
prf <- var2prof(varlen = vl)
Z <- getzeta(prf)
summary(Z)
C <- incidence2cover(Z)
summary(C)

parsec documentation built on May 2, 2019, 6:08 p.m.