From 6476f5f49b373cd4cf05f2e73389df83e437d597 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 13 Feb 2025 16:30:31 +0100 Subject: Axis legend formatting, update vignettes --- docs/dev/reference/CAKE_export.html | 225 ------------------------------------ 1 file changed, 225 deletions(-) delete mode 100644 docs/dev/reference/CAKE_export.html (limited to 'docs/dev/reference/CAKE_export.html') diff --git a/docs/dev/reference/CAKE_export.html b/docs/dev/reference/CAKE_export.html deleted file mode 100644 index 7b52a8c5..00000000 --- a/docs/dev/reference/CAKE_export.html +++ /dev/null @@ -1,225 +0,0 @@ - -Export a list of datasets format to a CAKE study file — CAKE_export • mkin - - -
-
- - - -
-
- - -
-

In addition to the datasets, the pathways in the degradation model can be -specified as well.

-
- -
-
CAKE_export(
-  ds,
-  map = c(parent = "Parent"),
-  links = NA,
-  filename = "CAKE_export.csf",
-  path = ".",
-  overwrite = FALSE,
-  study = "Degradinol aerobic soil degradation",
-  description = "",
-  time_unit = "days",
-  res_unit = "% AR",
-  comment = "",
-  date = Sys.Date(),
-  optimiser = "IRLS"
-)
-
- -
-

Arguments

-
ds
-

A named list of datasets in long format as compatible with -mkinfit.

- - -
map
-

A character vector with CAKE compartment names (Parent, A1, ...), -named with the names used in the list of datasets.

- - -
links
-

An optional character vector of target compartments, named with -the names of the source compartments. In order to make this easier, the -names are used as in the datasets supplied.

- - -
filename
-

Where to write the result. Should end in .csf in order to be -compatible with CAKE.

- - -
path
-

An optional path to the output file.

- - -
overwrite
-

If TRUE, existing files are overwritten.

- - -
study
-

The name of the study.

- - -
description
-

An optional description.

- - -
time_unit
-

The time unit for the residue data.

- - -
res_unit
-

The unit used for the residues.

- - -
comment
-

An optional comment.

- - -
date
-

The date of file creation.

- - -
optimiser
-

Can be OLS or IRLS.

- -
-
-

Value

- - -

The function is called for its side effect.

-
-
-

Author

-

Johannes Ranke

-
- -
- -
- - -
- - - - - - - - -- cgit v1.2.1