Creates list representing a kinetic experiment or trial

Usage

kinobject(parent, type, system, layers = NA, sampling_times = NA, replicates = 1)

Arguments

parent
The name of the parent compound
type
The type of experiment or trial, optionally with an ID
system
System name. Important if several systems were used, e.g. several soils.
layers
Optional specification of the layer names in a field trial.
sampling_times
Optional specification of the sampling time points.
replicates
Optional specification of the number of replicates at each sampling time point.

Creates list representing a kinetic experiment or trial

Description

Function to initialise an object representing a kinetic experiment or trial.

Value

A list containing the specified information.

Examples

ko <- kinobject("Compound XY", "Degradation in the environment", "System 1")

Author

Johannes Ranke