check.pDrift: 'check.pDrift' Visual check of drift rate and weight...

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/pDrift.R

Description

check.pDrift Visual check of drift rate and weight calculations

Usage

1
check.pDrift(data, ptMag = 2)

Arguments

data

Data frame with dive data output from the pDrift function.

ptMag

Scaling of point sizes to increase or decrease emphasis

Details

Opens an interactive plot of entire dive record, where dives can be individually checked by selecting them. Opens a second plot with the individual dive profile.

Value

Interactive plot

Author(s)

Martin Biuw

See Also

rbs Reverse Broken Stick algorithm

pDrift to calculate drift rate and probability weightings for drift dive detection

fitDrift To fit state-space model to weighted data to estimate drift rate change over time

fitPlot To plot output from fitDrate

Other Drift dive functions: fitDrate(), fitPlot(), pDrift(), rbs()

Examples

1
2
3
4
rbs(data=dive, num=100, n.bs=4)
dive <- rbs(data=dive, num=NA, n.bs=4)
dive <- pDrift(dive)
check.pDrift(dive)

embiuw/drifteR documentation built on March 1, 2021, 6:40 a.m.