wt.image.plot: 'wt.image.plot' Plot wavelet image for single dive

Description Usage Arguments Value Author(s) See Also Examples

View source: R/d.wave4.R

Description

wt.image.plot Plot wavelet image for single dive

Usage

1
wt.image.plot(dw.obj)

Arguments

dw.obj

Object (output from d.wave) for which wavelet image should be plotted

Value

Returns a colour image showing the power across time (horizontal) and wavelet periods (vertical)

Author(s)

Martin Biuw

See Also

read.lunges to read lunge event timestamps, read.depth to read depth time series, join.dstamp to merge lunge events and dive data, number.dive to add dive numeric ID column, d.wave 2D lunge detector for individual dive

Other Lunge detector functions: d.wave.TDR.original, d.wave.TDR, d.wave, dstamp.plot, filter.lunges, gpsWhale, import.all.rene, join.dstamp, matDive, matLunge, match.lunges, mkDygraph, ncWhale, number.dive, optim.d.wave, read.depth, read.lunges, run.d.wave, whale2dstamp

Examples

1
2
3
4
5
6
d <- read.depth(whalename='mn16_Jan25b')
t <- read.lunges(whalename='mn16_Jan25b')
df <- join.dstamp(d, t)
df$dive <- number.dive(df$depth)
d103 <- d.wave(dive=103)
plot.wt.image(d103)

embiuw/dWave documentation built on April 24, 2020, 11:52 a.m.