Description Usage Arguments Value See Also Examples
Animate (sequentially plot) the layers of a RasterStack or RasterBrick* object to create a movie
1 2 |
x |
Raster* object |
pause |
numeric. How long should be the pause be between layers? |
main |
title for each layer. If not supplied the z-value is used if available. Otherwise the names are used. |
zlim |
numeric vector of lenght 2. Range of values to plot |
maxpixels |
integer > 0. Maximum number of cells to use for the plot. If |
n |
integer > 0. Number of loops |
... |
Additional arguments passed to |
None
1 2 | b <- brick(system.file("external/rlogo.grd", package="raster"))
animate(b, n=1)
|
Loading required package: sp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.