nband | R Documentation |
nband
(length
) returns number of bands (layers, if appropriate in terminology) of ursaRaster
object.
nband(x)
## S3 method for class 'ursaRaster'
length(x)
x |
Object of class |
length
for ursaRaster
object is a synonym for nband
.
Positive integer of length 1.
Nikita Platonov platonov@sevin.ru
bandname
(names
for ursaRaster
object).
session_grid(NULL)
a1 <- pixelsize()
print(a1)
print(nband(a1))
a2 <- c("Band 1"=a1,Band2=a1/2,sqrt=sqrt(a1),NA)
print(a2)
print(nband(a2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.