diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-30 14:29:35 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-30 14:29:35 +0100 |
commit | 153b09b168b7141cdef0398758f8d6b95238eb8c (patch) | |
tree | 16d7dc369abec646ea2f741676de012092952336 /R | |
parent | 80b451ddb4e749041c2b216603274a012dc83d59 (diff) | |
parent | eea72720956dc8358fac98b29c9a627a9363cbd2 (diff) |
Merge branch 'master' of ssh://jrwb.de/pfm
Diffstat (limited to 'R')
-rw-r--r-- | R/PELMO_runs.R | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/R/PELMO_runs.R b/R/PELMO_runs.R index 5d401ea..f708fa0 100644 --- a/R/PELMO_runs.R +++ b/R/PELMO_runs.R @@ -1,10 +1,12 @@ #' Set up runs for FOCUS PELMO #' -#' Per default, the runs are also executed with FOCUS PELMO, and the results are processed -#' and returned. Currently, only FOCUS PELMO as installed on Linux (or other Unix systems) +#' Per default, the runs are not only set up but also executed with FOCUS +#' PELMO, the results are processed and returned. Currently, only FOCUS PELMO +#' as installed on Linux (or other Unix systems) #' using the \code{\link{install_PELMO}} from the \code{PELMO.installeR} package -#' maintained on github is supported. In such installations, FOCUS PELMO is installed into -#' package installation directory of \code{PELMO.installeR} and run with \code{wine}. +#' maintained on github is supported. In such installations, FOCUS PELMO is +#' installed into the package installation directory of \code{PELMO.installeR} +#' and run using \code{wine}. #' #' @param runs A list of lists. Each inner lists has an element named 'psm' #' that holds the psm string, and elements named using three letter crop acronyms, |