Learn R Programming

intamap (version 1.3-21)

getIntamapParams: Setting parameters for the intamap package

Description

This function sets a range of the parameters for the intamap-package, to be included in the object described in intamap-package

Usage

getIntamapParams(oldPar,newPar,...)

Arguments

oldPar
An existing set of parameters for the interpolation process, of class IntamapParams or a list of parameters for modification of the default parameters
newPar
A list of parameters for updating oldPar or for modification of the default parameters. Possible parameters with their defaults are given below
...
Individual parameters for updating oldPar or for modification of the default parameters. Possible parameters with their defaults are given below [object Object],[object Object],[object Object],[object Object],[

Value

  • A list of the parameters with class intamapParams to be included in the object described in intamap-package

References

http://www.intamap.org/

See Also

createIntamapObject

Examples

Run this code
# Create a new set of intamapParameters, with default parameters:
params = getIntamapParams()
# Make modifications to the default list of parameters
params = getIntamapParams(newPar=list(removeBias = "local",
              secondParameter = "second"))
# Make modifications to an existing list of parameters
params = getIntamapParams(oldPar = params,newPar = list(predictType = list(exc=TRUE)))

Run the code above in your browser using DataLab