A container for working with datasets that share at least one compound,
so that combined evaluations are desirable.
Time normalisation factors are initialised with a value of 1 for each
dataset if no data are supplied.
Usage
# S3 method for mkindsg
print(x, data = FALSE, verbose = data, ...)
Arguments
x
An mkindsg object.
data
Should the mkinds objects be printed with their data?
verbose
Should the mkinds objects be printed?
...
Not used.
Public fields
title
A title for the dataset group
ds
A list of mkinds objects
observed_n
Occurrence counts of compounds in datasets
f_time_norm
Time normalisation factors
meta
A data frame with a row for each dataset,
containing additional information in the form
of categorical data (factors) or numerical data
(e.g. temperature, moisture,
or covariates like soil pH).