powered by
Converts a dataframe with X-ray microdensity profiles in an "xRingList" object
toxRingList(x, y = NULL)
a dataframe with X-ray microdensity profiles
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
an "xRingList" object, an S3 class which list membera are "xRing" objects containing:
profile.raw a vector with the input density profile
profile.raw
vector
span first and last year
span
name a string giving the series name
name
string
toxRing
# NOT RUN { data(PaPiRaw) data(PaPiSpan) PaPi <- toxRingList(PaPiRaw, PaPiSpan) class(PaPi) # }
Run the code above in your browser using DataLab