Description Usage Arguments Value Author(s) Examples
Function to initialise several objects representing a kinetic experiment or trial at once.
| 1 |   kinobjects(parent, type, systems, layers = NA, sampling_times = NA, replicates = 1)
 | 
| 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. | 
A list of lists containing the specified information.
Johannes Ranke
| 1 2 3 | ko <- kinobjects("Compound XY",
	"Degradation in the environment",
	c("System 1", "System 2", "System 3"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.