From af2e1540cdad2fd00bb6216a38a754ff748629ad Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 25 Oct 2019 02:10:08 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/CAKE_export.html | 48 ++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 27 deletions(-) (limited to 'docs/reference/CAKE_export.html') diff --git a/docs/reference/CAKE_export.html b/docs/reference/CAKE_export.html index 52d00ac2..47536237 100644 --- a/docs/reference/CAKE_export.html +++ b/docs/reference/CAKE_export.html @@ -8,11 +8,13 @@ Export a list of datasets format to a CAKE study file — CAKE_export • mkin + + @@ -32,14 +34,15 @@ - - + + + @@ -110,7 +113,6 @@ News - @@ -132,46 +134,40 @@
- -

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

- +

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,
+    
CAKE_export(ds, map = c(parent = "Parent"), links = NA,
   filename = "CAKE_export.csf", path = ".", overwrite = FALSE,
-  study = "Codlemone aerobic soil degradation",
-  description = "",
-  time_unit = "days",
-  res_unit = "% AR",
-  comment = "Created using mkin::CAKE_export",
-  date = Sys.Date(),
+  study = "Codlemone aerobic soil degradation", description = "",
+  time_unit = "days", res_unit = "% AR",
+  comment = "Created using mkin::CAKE_export", date = Sys.Date(),
   optimiser = "IRLS")
- +

Arguments

+mkinfit.

+named with the names used in the list of datasets.

+the names of the source compartments. In order to make this easier, the +names are used as in the datasets supplied.

- + @@ -210,20 +206,18 @@
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.

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

path

Can be OLS or IRLS.

- +

Value

The function is called for its side effect.

-