Description Usage Arguments Value Examples
This function creates an animated gif with every landscape year configuration
1 2 |
lands |
the object output of the |
stepsBy |
integer number, increment value from 1 to length of steps |
steps |
vector, specific steps to be animated |
fps |
frames per second |
gifName |
string with name of the file output |
rangeLimitOccup |
numeric between 0 and 1 to define the minimum row occupancy of a state in the landscape. It will add a line in the plot for the boreal trailing edge and the temperate leading edge. See |
width |
numeric, width of gif image |
height |
numeric, height of gif image |
an animated gif file
1 2 3 4 | ## Not run:
animate(lands, stepsBy = 1, fps = 5, gifName = 'myGif', rangeLimitOccup = 0.75)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.