View source: R/apps_of_riverdistance.R
| plothomerangeoverlap | R Documentation | 
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, ...)
| 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. | 
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.