powered by
Plots the points used to calculate a kernel density object in makeriverdensity.
This function is intended as a visual check that a sufficient resolution was used.
plotriverdensitypoints(riverdensity)
A river density object created by makeriverdensity.
Matt Tyers
makeriverdensity, plot.riverdensity
data(Gulk, fakefish) Gulk_dens <- makeriverdensity(seg=fakefish$seg, vert=fakefish$vert, rivers=Gulk) plotriverdensitypoints(riverdensity=Gulk_dens)
Run the code above in your browser using DataLab