Update parametersweep.R

This commit is contained in:
Zoltán BARCZA 2023-02-27 20:50:10 +01:00 committed by GitHub
parent 2b89cc114f
commit fbdb62a6d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ paramSweep <- function(inputDir="./",
parameters=NULL, parameters=NULL,
outputDir=NULL, outputDir=NULL,
iterations=10, iterations=10,
outVar="daily_gpp", outVar="GPP",
htmlOutName = "paramsweep.html", htmlOutName = "paramsweep.html",
fixAlloc=FALSE){ fixAlloc=FALSE){