Learn R Programming

mrds (version 2.3.0)

test.breaks: Test validity for histogram breaks(cutpoints)

Description

Determines whether user specified breaks for histograms are properly ordered and match the left and right truncation.

Usage

test.breaks(breaks, left, width)

Value

vector of breaks modified to be valid if necessary

Arguments

breaks

vector of cutpoints (breaks) for distance histogram

left

left truncation value

width

right truncation value; either radius of point count or half-width of transect

Author

Jeff Laake