cscore: Calculates normalized pairwise checkerboard C-scores

View source: R/cscore.R

cscoreR Documentation

Calculates normalized pairwise checkerboard C-scores

Description

Calculates normalized checkerboard C-scores based on Stone and Roberts 1990 and then standardizes them to a value between 0 and 1 by dividing by the maxiumum possible C-score for that pair of species (Groundfish Management Team 2013 http://www.pcouncil.org/wp-content/uploads/F8b_GMT_JUN2013BB.pdf) Outputs a square symmetric species by species dataframe containing pairwise c-scores. 0 indicates complete overlap. 1 indicates complete segregation. > .7 indicates strong segregation and <.3 indicates strong overlap (Groundfish Management Team 2013)

Usage

cscore(pres_abs)

Arguments

pres_abs

binary dataframe or tibble of presence/absence data where species are columns and observations are rows. Presence is indicated by 1 and absence is indicated by 0.


ailich/mytools documentation built on Jan. 7, 2023, 11:16 a.m.