raster.to.png: Sample Package

Description Usage Arguments Details Value Author(s) References Examples

Description

Plot raster as png png.path <- getOption("png.path",default=getwd())

Usage

1
raster.to.png(raster, name="test", mypal=c("wheat1", "red3","green"),n=10, style="equal", fixed=NULL,trans=1,legend=FALSE)

Arguments

r1

The coarse raster which gives the final extent and resolution

r2

The fine raster which will be re-sampled

Details

keine Ahnung

Value

Was ist Value?

Author(s)

Steffen Kriewald

References

[1] Not yet

Examples

1
2
3
raster <- raster(nrows=360,ncols=720,xmn=-180, xmx=180, ymn=-90, ymx=90)
raster[] <- 1:(360*720)
raster.to.png(raster)

SteffenKriewald/srtmtools documentation built on May 14, 2019, 6:07 a.m.