toxRingList: Create a "xRingList" Object

View source: R/toxRingList.R

toxRingListR Documentation

Create a "xRingList" Object

Description

Converts a dataframe with X-ray microdensity profiles in an "xRingList" object

Usage

toxRingList(x, y = NULL)

Arguments

x

a dataframe with X-ray microdensity profiles

y

a dataframe with the numerical values of the first and last year in columns. The individual series are specified as row names. By default is NULL

Value

an "xRingList" object, an S3 class which list membera are "xRing" objects containing:

profile.raw a vector with the input density profile

span first and last year

name a string giving the series name

See Also

toxRing

Examples


data(PaPiRaw)
data(PaPiSpan)
PaPi <- toxRingList(PaPiRaw, PaPiSpan)
class(PaPi)


xRing documentation built on April 22, 2022, 5:05 p.m.

Related to toxRingList in xRing...