lazyraster-methods: Lazy raster S3 methods

Description Usage Arguments Details Examples

Description

Print and format for lazyraster.

Plot for lazyraster, data pulled on-demand at a reasonable level-of-detail.

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'lazyraster'
print(x, ...)

## S3 method for class 'lazyraster'
format(x, ...)

## S3 method for class 'lazyraster'
plot(x, y, ...)

Arguments

x

a lazyraster

...

passed to raster::plot

y

ignored

Details

Data is pulled from the GDAL source at a resolution suited for the currently open graphics device.

Examples

1
2
3
fl <- system.file("images/ga_srtm.png", package = "lazyraster")
print(lazyraster(fl))
plot(lazyraster(fl))

lazyraster documentation built on Oct. 7, 2021, 5:08 p.m.