Learn R Programming

betalink (version 2.2.1)

betapart: Partition sets A and B

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

betapart(A, B)

Arguments

A
any array
B
any array

Examples

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

Run the code above in your browser using DataLab