Learn R Programming

NADA2 (version 1.1.8)

binarySim: Binary similarity coefficient matrix

Description

Computes a simple matching similarity coefficient

Usage

binarySim(dat.frame)

Value

Returns a binary similarity matrix.

Arguments

dat.frame

A data frame containing only the 0/1 columns.

References

Helsel, D.R., 2011. Statistics for Censored Environmental Data using Minitab and R, 2nd ed. John Wiley & Sons, USA, N.J.

See Also

vegan::designdist

Examples

Run this code
data(PbHeron)

binarySim(PbHeron$LiverCen)

Run the code above in your browser using DataLab