| preProcess | R Documentation |
pre-processing of the data for the intamap-package package.
## Default S3 method:
preProcess(object, ...)
## S3 method for class 'idw'
preProcess(object, ...)
object |
see |
... |
Additional parameters |
The function preProcess includes code for preprocessing an object before interpolation.
The function can easily be replaced by more specific methods relevant for a
certain data set. Functions can be called from preProcess according to the settings in parameters
in the object, set by the function getIntamapParams.
The input object is returned, after its components have been pre-processed.
Jon Olav Skoien
Pebesma, E., Cornford, D., Dubois, G., Heuvelink, G.B.M., Hristopulos, D., Pilz, J., Stohlker, U., Morin, G., Skoien, J.O. INTAMAP: The design and implementation f an interoperable automated interpolation Web Service. Computers and Geosciences 37 (3), 2011.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.