Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/detect.lunges.R
read.lunges
Read positions of lunges
1 2 | read.lunges(filename = "./Data/Takashi data/Time stamp of Lunge for Norway.xlsx",
whalename = "mn16_Jan19a")
|
filename |
Name of the Excel file containing lunge data |
whalename |
Name of the sheet from which to read data |
Note! R (or RStudio) must be run in 32-bit mode for this function to work.
Returns a list with objects start
(start time),
freq
(sampling frequency) and stamps
(index of stamp occurrences)
Martin Biuw
read.depth
to read depth data,
join.dstamp
to merge lunge events and dive data,
number.dive
to add dive numeric ID column,
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
, run.d.wave
,
whale2dstamp
, wt.image.plot
1 | t <- read.lunges()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.