rep | R Documentation |
rep
for object of class ursaRaster
creates new ursaRaster
objects with repitition of original band sequence.
## S3 method for class 'ursaRaster'
rep(x, ...)
x |
Object of class |
... |
Further arguments to be passed to or from other methods. Keywords:
If argument has no name, then |
Object of class ursaRaster
.
Nikita Platonov platonov@sevin.ru
c
for ursaRaster
.
session_grid(NULL)
session_grid(regrid(mul=1/4))
a <- ursa_dummy(nband=3)
print(a)
b1 <- rep(a,by=2)
print(b1)
b2 <- rep(a,length=5)
print(b2)
b3 <- rep(a[3],3)
print(b3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.