plotL.graph: Plot one landscape of the list created by span.graph

View source: R/plotL.graph.R

plotL.graphR Documentation

Plot one landscape of the list created by span.graph

Description

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'.

links

TRUE/FALSE, show links between connected patches.

...

Other arguments.

Value

Graphical display of the landscape.

Author(s)

Frederico Mestre and Fernando Canovas

See Also

plot_graph, span.graph, rland.graph

Examples


data(rland)
data(landscape_change)

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


MetaLandSim documentation built on Jan. 13, 2023, 1:11 a.m.