powered by
Print and format for lazyraster.
Plot for lazyraster, data pulled on-demand at a reasonable level-of-detail.
# S3 method for lazyraster print(x, ...)# S3 method for lazyraster format(x, ...)# S3 method for lazyraster plot(x, y, ...)
# S3 method for lazyraster format(x, ...)
# S3 method for lazyraster plot(x, y, ...)
a lazyraster
passed to raster::plot
ignored
Data is pulled from the GDAL source at a resolution suited for the currently open graphics device.
# NOT RUN { fl <- system.file("images/ga_srtm.png", package = "lazyraster") print(lazyraster(fl)) plot(lazyraster(fl)) # }
Run the code above in your browser using DataLab