50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

riverdist (version 0.17.0)

plothomerangeoverlap: Plot Home Range Overlap

Description

Produces a plot of the overlap of the minimum observed home range for multiple observations of each individual fish, with line thickness illustrating the respective number of individuals' homeranges represented.

Usage

plothomerangeoverlap(x, lwd = 3, maxlwd = 10, col = 4, ...)

Arguments

x

An object returned from homerange.

lwd

Minimum line width to use, defaults to 3.

maxlwd

Maximum line width to use, defaults to 10.

col

Line color to use, defaults to "blue".

...

Additional plotting parameters, see plot.rivernetwork.

Author

Matt Tyers

See Also

homerange, plot.homerange, homerangeoverlap

Examples

Run this code
data(Gulk, fakefish)
ranges <- with(fakefish, homerange(unique=fish.id, survey=flight, seg=seg, vert=vert, rivers=Gulk))
ranges

# 19 plots will be produced, recommend calling par(mfrow=c(4,5))
plot(ranges)
plot(ranges,cumulative=TRUE,label=TRUE)

homerangeoverlap(ranges)

plothomerangeoverlap(ranges)
with(fakefish, riverpoints(seg=seg, vert=vert, rivers=Gulk))

Run the code above in your browser using DataLab