data(GNIP_Model)
GNIP_Model
plot(GNIP_Model)
## The following example takes a lot of time and will therefore not
## be run unless you type: example(GNIP_Model, run.dontrun=TRUE)
## Not run:
# ## We load the data
# data(GNIP_Europe)
#
# ## We fit the isoscape model
# GNIP_Model <- Isofit(iso.data=GNIP_Europe,
# mean.model.fix=list(elev=TRUE, lat.abs=TRUE),
# mean.model.rand=list("uncorr"=TRUE),
# disp.model.rand=list("uncorr"=TRUE))
#
# ## We created the object GNIP_Model stored in this package using
# ## save(GNIP_Model, file="GNIP_Model.rda", compress="xz")
#
# GNIP_Model
# plot(GNIP_Model)
# ## End(Not run)
Run the code above in your browser using DataLab