powered by
Animate (sequentially plot) the layers of a SpatRaster to create a movie.
# S4 method for SpatRaster animate(x, pause=0.25, main, range=NULL, maxcell=50000, n=1, ...)
None
SpatRaster
numeric. How long should be the pause be between layers?
title for each layer. If not supplied the z-value is used if available. Otherwise the names are used.
numeric vector of length 2. Range of values to plot, If NULL the range of all layers is used. If NA the range of each individual layer is used
NULL
NA
positive integer. Maximum number of cells to use for the plot. If maxcell < ncell(x), spatSample(type="regular") is used before plotting
maxcell < ncell(x)
spatSample(type="regular")
integer > 0. Number of loops
Additional arguments passed to plot
plot
s <- rast(system.file("ex/logo.tif", package="terra")) animate(s, n=1)
Run the code above in your browser using DataLab