Learn R Programming

MetaLandSim (version 1.0.4)

plotL.graph: 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.

See Also

plot_graph, span.graph, rland.graph

Examples

Run this code
# NOT RUN {
data(rland)
data(landscape_change)

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

# }

Run the code above in your browser using DataLab