create.N.matrix: Function to create spp x spp matrix of potential co-occurring...

Description Usage Arguments Value Author(s) See Also Examples

Description

Returns a spp x spp matrix of potential co-occurring sites from spp x site matrix of possible species occupancy.

Usage

1

Arguments

mat

spp x site matrix where 1 = potential occupancy and 0 = species does not occur.

Value

Returns a spp x spp matrix where the upper triangle contains N for each species pair.

Author(s)

Daniel M Griffith

See Also

pair, pair.attributes

Examples

1
2
3
4
5
6
#data(finches)
#N_matrix <- matrix(data = rbinom(n = nrow(finches)*ncol(finches),1,prob = 0.75),
#                        nrow = nrow(finches),
#                        ncol = ncol(finches)
#                        ,byrow = T)
#create.N.matrix(N_matrix)

Example output



cooccur documentation built on May 2, 2019, 6:44 a.m.