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.
plothomerangeoverlap(x, lwd = 3, maxlwd = 10, col = 4, ...)
An object returned from homerange.
Minimum line width to use, defaults to 3.
Maximum line width to use, defaults to 10.
Line color to use, defaults to "blue"
.
Additional plotting parameters, see plot.rivernetwork.
Matt Tyers
homerange, plot.homerange, homerangeoverlap
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