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/mkinds.html | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'docs/reference/mkinds.html') 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.

-- cgit v1.2.1