spplot-scidbst: spplot for scidbst objects

Description Usage Arguments Details See Also

Description

Like the raster version for spplot, this function plots a spatially referenced scidb array. To make this work on a multidimensional array, the number of dimensions must be reduced to two spatial dimensions. This can be done by using the 'slice' operation of scidb. To plot the array, the data is first downloaded to your machine and then transformed to a RasterBrick object to be plotted.

Usage

1
2
## S4 method for signature 'scidbst'
spplot(obj, ...)

Arguments

obj

scidbst object

...

Any argument that can be passed to spplot and levelplot

maxpixels

Integer. Number of pixels to sample from each layer of large Raster objects

Details

The spplot will first assume that the array is spatially referenced and will use the North-South and West-East dimensions to match the rows and columns for the raster brick. If the array is not spatially referenced, but temporal the spplot will result a 1 row x t columns (t = number of time intervals) image.

See Also

spplot


flahn/scidbst documentation built on May 16, 2019, 1:15 p.m.