sattag: constructor for sattag

View source: R/sattag.R

sattagR Documentation

constructor for sattag

Description

use this constructor to create a new sattag object.

Usage

sattag(
  data = list(),
  instrument = character(),
  DeployID = character(),
  Ptt = character(),
  species = character(),
  location = character(),
  t_start = numeric(),
  t_end = numeric(),
  directory = character()
)

Arguments

data

this should be a list of sattagstreams-class.

instrument

instrument type, e.g., "MK10-A"

DeployID

character vector

Ptt

character vector

species

character vector

location

character vector of the study site name.

t_start, t_end

numeric dates (seconds since UNIX epoch).

directory

the original directory from which the tag was loaded.

Value

a sattag-class


williamcioffi/sattagutils documentation built on June 3, 2022, 10:21 a.m.