mkindsg | R Documentation |
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.
## S3 method for class 'mkindsg'
print(x, data = FALSE, verbose = data, ...)
x |
An mkindsg object. |
data |
Should the mkinds objects be printed with their data? |
verbose |
Should the mkinds objects be printed? |
... |
Not used. |
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).
new()
Create a new mkindsg object
mkindsg$new(title = "", ds, f_time_norm = rep(1, length(ds)), meta)
title
The title
ds
A list of mkinds objects
f_time_norm
Time normalisation factors
meta
The meta data
clone()
The objects of this class are cloneable with this method.
mkindsg$clone(deep = FALSE)
deep
Whether to make a deep clone.
mdsg <- mkindsg$new("Experimental X", experimental_data_for_UBA_2019[6:10])
print(mdsg)
print(mdsg, verbose = TRUE)
print(mdsg, verbose = TRUE, data = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.