R/viz.R
animation.Rd
Animate a SpatRaster object as a gif.
animation(data, AOI = NULL, feild_pattern = NULL, outfile, colors = blues9)
a SpatVect or sf object
optional AOI sf or SpatVect object to overlay on gif
optional string vector to filter the desired attributes by
path to write gif file, must have .gif extenstion
colors to plot with
file.path
Other viz: animation_raster(), animation_vector()
animation_raster()
animation_vector()