# NOT RUN {
## The examples below will only be run if sufficient time is allowed
## You can change that by typing e.g. IsoriX.options(example_maxtime = XX)
## if you want to allow for examples taking up to ca. XX seconds to run
## (so don't write XX but put a number instead!)
if(IsoriX.getOption("example_maxtime") > 30) {
## We prepare the GNIP monthly data between January and June for Germany
GNIPDataDEmonthly <- queryGNIP(data = GNIPDataDE,
month = 1:6,
split.by = "month")
dim(GNIPDataDEmonthly)
## We fit the isoscapes
isoscapemodels <- isomultifit(iso.data = GNIPDataDEmonthly)
isoscapemodels
}
# }
Run the code above in your browser using DataLab