kinfit (version 1.1.14)

kinobjects: Creates list of objects, each representing a kinetic experiment or trial

Description

Function to initialise several objects representing a kinetic experiment or trial at once.

Usage

kinobjects(parent, type, systems, 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
systems
An array of the system names
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.

Value

A list of lists containing the specified information.

Examples

Run this code
ko <- kinobjects("Compound XY",
	"Degradation in the environment",
	c("System 1", "System 2", "System 3"))

Run the code above in your browser using DataLab