Re: [R] Increasing the resolution of a raster

2021-03-23 Thread Jim Lemon
Hi Javad, You may be trying to reinvent the wheel. Have you looked at Image Magick? Jim On Tue, Mar 23, 2021 at 11:42 PM javad bayat wrote: > > Dear R users; > Is there any way to increase the resolution of a raster so as to be seen > more clear? > I have a raster which is not very clear. I want

[R] Increasing the resolution of a raster

2021-03-23 Thread javad bayat
Dear R users; Is there any way to increase the resolution of a raster so as to be seen more clear? I have a raster which is not very clear. I want to read it in R and get its values and increase the resolution to be seen clearly. please help me to do this. I have tried using the following codes, bu