diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-16 19:18:40 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-16 19:18:40 +0100 |
commit | 490b11e36ad5ccbb549d664d385b01dd8b328fef (patch) | |
tree | 55d7daf51e7370fb5672b0fe2660d721e9275d45 /R | |
parent | a0192522fd79cced4e22e3e6096e4238b6ac2329 (diff) |
Print the model not the data for D24
Diffstat (limited to 'R')
-rw-r--r-- | R/D24_2014.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/D24_2014.R b/R/D24_2014.R index 654e1106..0175a7f3 100644 --- a/R/D24_2014.R +++ b/R/D24_2014.R @@ -27,5 +27,5 @@ #' m_D24 = mkinmod(D24 = mkinsub("SFO", to = "DCP"), #' DCP = mkinsub("SFO", to = "DCA"), #' DCA = mkinsub("SFO")) -#' print(D24_2014) +#' print(m_D24) "D24_2014" |