Description Usage Arguments Value Author(s) See Also Examples
wt.image.plot
Plot wavelet image for single dive
1 | wt.image.plot(dw.obj)
|
dw.obj |
Object (output from |
Returns a colour image showing the power across time (horizontal) and wavelet periods (vertical)
Martin Biuw
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
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.