kinobject: Creates list representing a kinetic experiment or trial

Description Usage Arguments Value Author(s) Examples

View source: R/kinobject.R

Description

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

Usage

1
  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.

Value

A list containing the specified information.

Author(s)

Johannes Ranke

Examples

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

kinfit documentation built on May 30, 2017, 4:59 a.m.