plotriverdensitypoints {riverdist} | R Documentation |
Plot Points Used for Kernel Density
Description
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.
Usage
plotriverdensitypoints(riverdensity)
Arguments
riverdensity |
A river density object created by makeriverdensity. |
Author(s)
Matt Tyers
See Also
makeriverdensity, plot.riverdensity
Examples
data(Gulk, fakefish)
Gulk_dens <- makeriverdensity(seg=fakefish$seg, vert=fakefish$vert, rivers=Gulk)
plotriverdensitypoints(riverdensity=Gulk_dens)
[Package riverdist version 0.16.3 Index]