I wonder if there is a way to interpolate xyz points in a raster within certain bounds using R?. In arcgis this is call interpolation with barrier. i wonder if there is something similar in r?. I would like to use the Kriging method.
Cheers,
Camilo
|
|
Soap-film smoothing using GAM's may work for you. Powerpoint on method http://www.maths.bath.ac.uk/~sw283/talks/soap-talk.pdf R Package download (you will need both the soap and mgcv packages) http://www.maths.bath.ac.uk/~sw283/simon/software.html |
|||
|
|
|
You can use the You'll probably also need to use Assuming this is really two-dimensional... There was a thread on R-sig-geo in 2010 that is relevant and there was a solution using GRASS to compute the distances and a modified geoR to do the kriging: http://www.mail-archive.com/r-sig-geo@stat.math.ethz.ch/msg06855.html |
|||||||||||||
|
|
Please check out the constrainedKriging package. According to the description:
|
|||||
|