aboutsummaryrefslogtreecommitdiff
path: root/R/mkinsub.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-10-16 16:31:29 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-10-16 16:31:29 +0200
commit08cae49345c048fdbb69befc5a3b3f7966836223 (patch)
treee420c606903015f105d804af89b8165df5aad841 /R/mkinsub.R
parent4cc35d77e9ce6fb46f5ba37350a281bf0a82f286 (diff)
Full compound names in models that are shown in the plot
Diffstat (limited to 'R/mkinsub.R')
-rw-r--r--R/mkinsub.R6
1 files changed, 3 insertions, 3 deletions
diff --git a/R/mkinsub.R b/R/mkinsub.R
index f92af54b..99c3ea20 100644
--- a/R/mkinsub.R
+++ b/R/mkinsub.R
@@ -1,4 +1,4 @@
-# Copyright (C) 2014 Johannes Ranke
+# Copyright (C) 2014,2015 Johannes Ranke
# Portions of this code are copyright (C) 2013 Eurofins Regulatory AG
# Contact: jranke@uni-bremen.de
@@ -16,8 +16,8 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>
-mkinsub <- function(submodel, to = NULL, sink = TRUE)
+mkinsub <- function(submodel, to = NULL, sink = TRUE, full_name = NA)
{
- return(list(type = submodel, to = to, sink = sink))
+ return(list(type = submodel, to = to, sink = sink, full_name = full_name))
}
# vim: set ts=2 sw=2 expandtab:

Contact - Imprint