# NOT RUN {
## load temperature data
data(temperatures)
## load grid with spatial informations for temperature files
data(relatedGrid)
## extract dataset from datafiles in working directory
# }
# NOT RUN {
dataset <- data.main(extraction.done=FALSE, out2File=FALSE,
grid.related.to.temperaturefiles=relatedGrid,
combine.timeseries=TRUE, range=5000, alt.range=50,
temperature.scale.factor=0.1, dataPath=getwd(),
temperature.filenames=NULL,
temperature.matrix=temperatures,
pathForTmpFiles=getwd(), pathToSave=getwd(),
plant="beech")
# }
Run the code above in your browser using DataLab