From 6e2094453ac3c5294bcd3931911d7989c14ffb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Holl=C3=B3s?= Date: Wed, 23 Jan 2019 18:42:06 +0100 Subject: [PATCH] minor changes in the setupMuso documentation --- RBBGCMuso/R/runMuso.R | 2 +- RBBGCMuso/man/runMuso.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RBBGCMuso/R/runMuso.R b/RBBGCMuso/R/runMuso.R index 4c9425c..38f58f1 100644 --- a/RBBGCMuso/R/runMuso.R +++ b/RBBGCMuso/R/runMuso.R @@ -2,7 +2,7 @@ #' #' This function changes the epc file and after that runs the BBGC-MuSo model and reads in its outputfile in a well-structured way. #' -#' @author Roland Hollos +#' @author Roland Holl\'{o}s #' @param settings You have to run the setupMuso function before calibMuso. It is its output which contains all of the necessary system variables. It sets the whole running environment #' @param timee The required timesteps in the modell output. It can be "d", if it is daily, "m", if it's monthly, "y", it it is yearly. I recommend to use daily data, the yearly and monthly data is not well-tested yet. #' @param debugging If it is TRUE, it copies the log file to a Log directory to store it, if it is stamplog it contatenate a number before the logfile, which is one more than the maximum of the represented ones in the LOG directory. If it is true or stamplog it collects the "wrong" logfiles diff --git a/RBBGCMuso/man/runMuso.Rd b/RBBGCMuso/man/runMuso.Rd index e175c4e..dd0aa7c 100644 --- a/RBBGCMuso/man/runMuso.Rd +++ b/RBBGCMuso/man/runMuso.Rd @@ -45,5 +45,5 @@ No return, outputs are written to file This function changes the epc file and after that runs the BBGC-MuSo model and reads in its outputfile in a well-structured way. } \author{ -Roland Hollos +Roland Holl\'{o}s }