vaster_long | R Documentation |
Matrix of xyz values in raster order.
vaster_long(dimension, extent = NULL, data = NULL, raster_order = TRUE)
dimension |
integer ncol, nrow |
extent |
numeric extent xmin,xmax,ymin,ymax |
data |
data values |
raster_order |
use raster order or native R matrix order |
Use 'raster_order = FALSE' for traditional R matrix x,y order
matrix of coordinates x,y
vaster_long(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.