test.breaks {mrds}R Documentation

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)

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

Value

vector of breaks modified to be valid if necessary

Author(s)

Jeff Laake


[Package mrds version 2.3.0 Index]