Learn R Programming

burnr (version 0.2.0)

fhx: Constructor for S3 fhx class.

Description

Constructor for S3 fhx class.

Usage

fhx(year, series, rec_type, metalist = list())

Arguments

year
A numeric vector of observation years for each series and rec_type argument.
series
A factor of series names for each year and rec_type argument.
rec_type
A factor of ring types for each element in year and series.
metalist
An option list of arbitrary metadata to be included in the fhx instance.

Value

An fhx instance.