getncarc {dwp}R Documentation

Simple Function to Extract Carcass Counts

Description

Carcass counts are easy to extract from any of the data structures, but it may be difficult to remember where to retrieve the data from for any particular structure. getncarc simplifies the task by having the same usage for all data types.

Usage

getncarc(x, ...)

## S3 method for class 'ringscc'
getncarc(x, ...)

## S3 method for class 'rings'
getncarc(x, ...)

## S3 method for class 'xyLayout'
getncarc(x, ...)

## S3 method for class 'ddArray'
getncarc(x, ...)

## S3 method for class 'ddArraycc'
getncarc(x, ...)

## S3 method for class 'dd'
getncarc(x, ...)

Arguments

x

a data structure with ncarc buried in it somewhere

...

ignored

Value


[Package dwp version 1.1 Index]