plothomerangeoverlap {riverdist} | R Documentation |
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 |
... |
Additional plotting parameters, see plot.rivernetwork. |
Author(s)
Matt Tyers
See Also
homerange, plot.homerange, homerangeoverlap
Examples
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))
[Package riverdist version 0.16.3 Index]