View source: R/convert_diveMove.R
convert_diveMove | R Documentation |
Converts diveMove input into pamlr input
convert_diveMove(
input,
id = 0,
measurements = c("light", "depth", "temperature")
)
input |
diveMove data |
id |
individual identifyer for tracked animal e.g. leg tag number |
measurements |
a series of measurements logged by the dtr logger which are to be imported. Currently supports: "light", "depth","temperature" |
a list of measurements for the one individual
#install.packages("diveMove")
#library(diveMove)
#zz <- system.file(file.path("data", "dives.csv"),
# package="diveMove", mustWork=TRUE)
#(sealX <- readTDR(zz, speed=TRUE, sep=";", na.strings="", as.is=TRUE))
#PAM_data = convert_diveMove(sealX, id="sealX")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.