Skip to contents

Plots a given landscape of a landscape sequence from span.graph.

Usage

plotL.graph(rl, rlist, nr, species, links, ...)

Arguments

rl

Object of class 'landscape'.

rlist

List returned by span.graph.

nr

index of the landscape to display graphically.

species

TRUE/FALSE, TRUE if 'rl' is of class 'metapopulation' or 'FALSE' if rl is of class 'landscape'.

TRUE/FALSE, show links between connected patches.

...

Other arguments.

Value

Graphical display of the landscape.

Author

Frederico Mestre and Fernando Canovas

Examples


data(rland)
data(landscape_change)

plotL.graph(rl=rland, rlist=landscape_change, nr=50, species=FALSE, links=FALSE)