From 0b754ffa91b9496bdd2f892cf3ca2bd887028dea Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Print mkinmod objects in a way that the user finds his way to get to its components.
-This is a convenience function to set up the lists used as arguments for
-mkinmod
.
mkinmod( @@ -348,7 +344,7 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media parent = mkinsub("SFO", "m1", full_name = "Test compound"), m1 = mkinsub("SFO", full_name = "Metabolite M1"), name = "SFO_SFO", dll_dir = DLL_dir, unload = TRUE, overwrite = TRUE) -#># Now we can save the model and restore it in a new session +#># Now we can save the model and restore it in a new session saveRDS(SFO_SFO.2, file = "~/SFO_SFO.rds") # Terminate the R session here if you would like to check, and then do library(mkin) @@ -397,7 +393,7 @@ Evaluating and Calculating Degradation Kinetics in Environmental Media #> }) #> return(predicted) #> } -#> <environment: 0x5555572517f8>+#> <environment: 0x5555645abab8># If we have several parallel metabolites # (compare tests/testthat/test_synthetic_data_for_UBA_2014.R) m_synth_DFOP_par <- mkinmod( -- cgit v1.2.1