extract.graph | R Documentation |
Extracts a landscape from an object delivered by span.graph
. The output is an object of class 'landscape'.
extract.graph(rl, rlist, nr)
rl |
Object of class 'landscape' used to generate the list, with |
rlist |
Object delivered by |
nr |
Position of the landscape in the list (rlist). |
Delivers an object of class 'landscape'.
Frederico Mestre and Fernando Canovas
span.graph
, rland.graph
data(rland) data(landscape_change) #Extracting the landscape of the 50th time step: rl1 <- extract.graph(rl=rland, rlist=landscape_change, nr=50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.