plotriverdensitypoints: Plot Points Used for Kernel Density

View source: R/plotdensity.R

plotriverdensitypointsR 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)

mbtyers/riverdist documentation built on Jan. 16, 2024, 12:34 a.m.