extract.graph {MetaLandSim} | R Documentation |
Extract landscape from span.graph generated list
Description
Extracts a landscape from an object delivered by span.graph
. The output is an object of class 'landscape'.
Usage
extract.graph(rl, rlist, nr)
Arguments
rl |
Object of class 'landscape' used to generate the list, with |
rlist |
Object delivered by |
nr |
Position of the landscape in the list (rlist). |
Value
Delivers an object of class 'landscape'.
Author(s)
Frederico Mestre and Fernando Canovas
See Also
Examples
data(rland)
data(landscape_change)
#Extracting the landscape of the 50th time step:
rl1 <- extract.graph(rl=rland, rlist=landscape_change, nr=50)
[Package MetaLandSim version 2.0.0 Index]