thist0 {cbrATLAS}R Documentation

Creates a list with counts per history and corresponding matrix of unique histories

Description

This function creates a list with counts per history and a corresponding matrix of unique histories.

Usage

thist0(x)

Arguments

x

Detection history in wide ATLAS format without rel.group or bin columns

Value

This function returns a list with:

count

total counts in the same order as unique histories in hist.matrix

hist.matrix

unique detection matrix, columns indicate detection site. (0=not detected/1=detected)


[Package cbrATLAS version 0.0.1.3 Index]