From 7008a4ee100830a29a923a05274fd4ca216cd1ea Mon Sep 17 00:00:00 2001
From: Johannes Ranke
# S3 method for mkindsg
-print(x, data = FALSE, verbose = data, ...)
# S3 method for mkindsg
+print(x, data = FALSE, verbose = data, ...)
An mkindsg object.
Should the mkinds objects be printed with their data?
Should the mkinds objects be printed?
Not used.
new()
Create a new mkindsg object
clone()
The objects of this class are cloneable with this method.
-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
-
+