<div><div style="text-indent:0px!important">Prezados,</div></div><div style="text-indent:0px!important"><br></div><div style="text-indent:0px!important">Estou graficando mapas com os dados do ETOPO01 de elevação e gostaria de excluir o mar, para que os dados iniciem em zero ao invés de números negativos (profundidades dos oceanos).</div>

<div style="text-indent:0px!important">Qualquer ajuda é bem vinda, desde já agradeço</div><div style="text-indent:0px!important"><br>Att</div><div style="text-indent:0px!important">Carlos</div><div style="text-indent:0px!important">

<br></div><div style="text-indent:0px!important">#código:</div><div style="text-indent:0px!important"><br></div><div>library(raster) </div><div>library(rgdal)</div><div><br></div><div>etopo<-"ETOPO1_Ice_g_geotiff.tif"</div>

<div>r.etopo<-raster(etopo)</div><div><br></div><div>ext <- extent(-95,-35,-31,31)</div><div><br></div><div>zoom(r.etopo, ext=ext,col=rev(gray.colors(12)))</div><div><br></div><div><br></div><div><br></div><div><br>

</div><div><br></div>