convert_diveMove: convert diveMove input into pamlr input

View source: R/convert_diveMove.R

convert_diveMoveR Documentation

convert diveMove input into pamlr input

Description

Converts diveMove input into pamlr input

Usage

convert_diveMove(
  input,
  id = 0,
  measurements = c("light", "depth", "temperature")
)

Arguments

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"

Value

a list of measurements for the one individual

Examples

#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")


KiranLDA/PAMLr documentation built on March 6, 2023, 1:40 p.m.