Skip to content

how interpolate the map to bigger one use raster

2 messages · 孔晓泉, Lionel

#
Hello,

See the disaggregate function from the package raster.
As for the method you have (to my knowledge) two choices: whether to 
have the smaller pixels take the same value as the bigger ones 
(method=''), or use a bilinear resampling (method='bilinear').

Happy mapping,

Lionel Hertzog
On 28/04/2013 13:31, ??? wrote: