readMTsst: Read Temperature Data

Description Usage Arguments Details Value

View source: R/BAStag.R

Description

Read SST data from a Migrate Technologies tag

Usage

1
readMTsst(file, d.lux = NULL, skip = 20)

Arguments

file

the sst file to import.

d.lux

dataframe of light data created with readMTlux

skip

number of initial lines to skip

Details

The readMTsst function reads temperature data from a Migrate Technologies tag. If readMTsst is passed a dataframe constructed with readMTlux, it matches the recorded temperatures to the closest recorded light reading and returns the merged dataframe with both temperature and activity data.

Value

If readMTsst is passed a "lux" dataframe, it returns that dataframe with the appended columns

MinSST

the minimum SST

MaxSST

the maximum SST

SST

the mean SST

NSST

the number of SST samples

otherwise it returns a dataframe with columns

Date

the date and time of the observation

MinSST

the minimum SST

MaxSST

the maximum SST

SST

the mean SST

NSST

the number of SST samples


SWotherspoon/BAStag documentation built on March 29, 2021, 2:47 a.m.