vaster_listxyz | R Documentation |
Generate list of x and y rectilinear coordinates with z matrix.
vaster_listxyz(dimension, extent = NULL, data = NULL)
dimension |
integer ncol, nrow |
extent |
numeric extent xmin,xmax,ymin,ymax |
data |
data values (length of the product of 'dimension') |
The rectilinear coordinates are degenerate (just a product of extent/dimension).
list with elementx x,y,z as per graphics::image
vaster_listxyz(c(10, 5), c(0, 10, 0, 5))
## see https://gist.github.com/mdsumner/b844766f28910a3f87dc2c8a398a3a13
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.