betapart: Partition sets A and B

Description Usage Arguments Examples

View source: R/betalink.r

Description

given any two sets (arrays) A and B, return the size of components a, b, and c, used in functions to measure beta-diversity

Usage

1
betapart(A, B)

Arguments

A

any array

B

any array

Examples

1
2
3
A = c(1,2,3)
B = c(2,3,4)
betapart(A, B)

Example output

$b
[1] 1

$c
[1] 1

$a
[1] 2

betalink documentation built on May 2, 2019, 6:51 a.m.