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/mkindsg.html | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) (limited to 'docs/reference/mkindsg.html') 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