errcheck_data {tsvr} | R Documentation |
Error check a data matrix.
errcheck_data(X, calledby)
X |
a matrix with counts or densities arranged in species by years. No NAs or negative values allowed, constant species not allowed. |
calledby |
the function calling this one |
errcheck_data
returns nothing but throws and error if the inputs do not
meet the requirements
Daniel Reuman, reuman@ku.edu