GitLab at IIASA

runFarmDynfromBatch.Rd 865 B
Newer Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/FarmDynR backup.R, R/FarmDynR.R
\name{runFarmDynfromBatch}
\alias{runFarmDynfromBatch}
\title{Execute FarmDyn}
\usage{
runFarmDynfromBatch(FarmDynDir, IniFile, XMLFile, BATCHDir, BATCHFile)

runFarmDynfromBatch(FarmDynDir, IniFile, XMLFile, BATCHDir, BATCHFile)
}
\arguments{
\item{FarmDynDir}{Directory where FarmDyn is located}

\item{IniFile}{Name of the IniFile}

\item{XMLFile}{Name of the XML file}

\item{BATCHDir}{Directory where the .batch file is located}

\item{BATCHFile}{Name of the .batch file}
}
\value{
Executes FarmDyn from R
}
\description{
`runFarmDynfromBatch()` does as it says in the function.

`runFarmDynfromBatch()` does as it says in the function.
}
\examples{
TODO write example