dimensions | R Documentation |
Get the number of rows (nrow
), columns (ncol
), cells (ncell
), layers (nlyr
), or spatial resolution of a stcube.
## S4 method for signature 'stcube'
ncol(x)
## S4 method for signature 'stcube'
nrow(x)
## S4 method for signature 'stcube'
nlyr(x)
## S4 method for signature 'stcube'
ncell(x)
## S4 method for signature 'stcube'
res(x)
## S4 method for signature 'stcube'
xres(x)
## S4 method for signature 'stcube'
yres(x)
x |
stcube object |
integer
#ncol(r)
#nrow(r)
#nlyr(r)
#dim(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.