sst_deduction: SST deduction

View source: R/sst_deduction.R

sst_deductionR Documentation

SST deduction

Description

SST deduction from logger temperature reading

Usage

sst_deduction(datetime, temp, temp.range = c(-2, 30), plot = T)

Arguments

datetime

date time object as POSIXct in UTC

temp

temperature readings

temp.range

min and max of temperature range

plot

Logical. Plot the results if TRUE

Details

only works with temp data that are recorded while the logger is submerged in seawater

Examples

#################################################
# example black browed albatross temperature data 
#################################################

# sst data ----
sen           <- sst_deduction(datetime = BBA_sst$dtime, temp = BBA_sst$temp, temp.range = c(-2,30))

summary(sen)

benjamin-merkel/probGLS documentation built on Sept. 15, 2023, 9:15 a.m.