From 7008a4ee100830a29a923a05274fd4ca216cd1ea Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 1 Jul 2022 09:08:49 +0200 Subject: Add R version to data in benchmark vignette --- docs/reference/index.html | 2 +- docs/reference/mkinds.html | 23 ++++++++++++++--------- docs/reference/mkindsg.html | 29 ++++++++++++++++++----------- 3 files changed, 33 insertions(+), 21 deletions(-) (limited to 'docs/reference') diff --git a/docs/reference/index.html b/docs/reference/index.html index 4d657918..876207da 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -429,7 +429,7 @@ kinetic models fitted with mkinfit

-

Site built with pkgdown 2.0.3.

+

Site built with pkgdown 2.0.5.

diff --git a/docs/reference/mkinds.html b/docs/reference/mkinds.html index bef3be93..f43cfed4 100644 --- a/docs/reference/mkinds.html +++ b/docs/reference/mkinds.html @@ -93,18 +93,23 @@ provided by this package come as mkinds objects nevertheless.

-
# S3 method for mkinds
-print(x, data = FALSE, ...)
+
# S3 method for mkinds
+print(x, data = FALSE, ...)

Arguments

x

An mkinds object.

+ +
data

Should the data be printed?

+ +
...

Not used.

+

Public fields

@@ -151,7 +156,7 @@ and value in order to be compatible with mkinfit

Method new()

Create a new mkinds object

Usage

-

mkinds$new(title = "", data, time_unit = NA, unit = NA)

+

mkinds$new(title = "", data, time_unit = NA, unit = NA)

@@ -179,7 +184,7 @@ and value in order to be compatible with mkinfit

Method clone()

The objects of this class are cloneable with this method.

Usage

-

mkinds$clone(deep = FALSE)

+

mkinds$clone(deep = FALSE)

@@ -197,15 +202,15 @@ and value in order to be compatible with mkinfit

Examples

-

-mds <- mkinds$new("FOCUS A", FOCUS_2006_A)
-print(mds)
+    

+mds <- mkinds$new("FOCUS A", FOCUS_2006_A)
+print(mds)
 #> <mkinds> with $title:  FOCUS A 
 #> Observed compounds $observed:  parent 
 #> Sampling times $sampling_times:
 #> 0, 3, 7, 14, 30, 62, 90, 118 
 #> With a maximum of  1  replicates
-
+
 
@@ -220,7 +225,7 @@ and value in order to be compatible with mkinfit

-

Site built with pkgdown 2.0.3.

+

Site built with pkgdown 2.0.5.

diff --git a/docs/reference/mkindsg.html b/docs/reference/mkindsg.html index ceee4f37..37ec29bd 100644 --- a/docs/reference/mkindsg.html +++ b/docs/reference/mkindsg.html @@ -93,20 +93,27 @@ dataset if no data are supplied.

-
# S3 method for mkindsg
-print(x, data = FALSE, verbose = data, ...)
+
# S3 method for mkindsg
+print(x, data = FALSE, verbose = data, ...)

Arguments

x

An mkindsg object.

+ +
data

Should the mkinds objects be printed with their data?

+ +
verbose

Should the mkinds objects be printed?

+ +
...

Not used.

+

Public fields

@@ -148,7 +155,7 @@ or covariates like soil pH).

Method new()

Create a new mkindsg object

Usage

-

mkindsg$new(title = "", ds, f_time_norm = rep(1, length(ds)), meta)

+

mkindsg$new(title = "", ds, f_time_norm = rep(1, length(ds)), meta)

@@ -176,7 +183,7 @@ or covariates like soil pH).

Method clone()

The objects of this class are cloneable with this method.

Usage

-

mkindsg$clone(deep = FALSE)

+

mkindsg$clone(deep = FALSE)

@@ -194,15 +201,15 @@ or covariates like soil pH).

Examples

-

-mdsg <- mkindsg$new("Experimental X", experimental_data_for_UBA_2019[6:10])
-print(mdsg)
+    

+mdsg <- mkindsg$new("Experimental X", experimental_data_for_UBA_2019[6:10])
+print(mdsg)
 #> <mkindsg> holding 5 mkinds objects
 #> Title $title:  Experimental X 
 #> Occurrence of observed compounds $observed_n:
 #> parent     A1 
 #>      5      5 
-print(mdsg, verbose = TRUE)
+print(mdsg, verbose = TRUE)
 #> <mkindsg> holding 5 mkinds objects
 #> Title $title:  Experimental X 
 #> Occurrence of observed compounds $observed_n:
@@ -249,7 +256,7 @@ or covariates like soil pH).

#> With a maximum of 2 replicates #> Time unit: days #> Observation unit: \%AR -print(mdsg, verbose = TRUE, data = TRUE) +print(mdsg, verbose = TRUE, data = TRUE) #> <mkindsg> holding 5 mkinds objects #> Title $title: Experimental X #> Occurrence of observed compounds $observed_n: @@ -391,7 +398,7 @@ or covariates like soil pH).

#> 14 91 46.7 13.2 #> 15 120 42.1 14.3 #> 16 120 41.3 12.1 - +
@@ -406,7 +413,7 @@ or covariates like soil pH).

-

Site built with pkgdown 2.0.3.

+

Site built with pkgdown 2.0.5.

-- cgit v1.2.1