Learn R Programming

IsoriX (version 0.4-1)

GNIP_Model: The fitted isoscape model for GNIP_Europe

Description

This dataset contains an object of class isofit containing the mean model and residual dispersion model fitted on the data GNIP_Europe.

Usage

data(GNIP_Model)

Arguments

Format

An object of class isofit

Details

This fitted isoscape model has been obtained by running the function Isofit on the isotopic source data stored in GNIP_Europe (see example).

See Also

Isofit for information about how to fit an isoscape model

GNIP_Europe for information about the weather station data used to fit this isoscape model

Examples

Run this code

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