TSanom_workup.Rd
Identify invalid ("anom") data based on freezing line calculates the salinity error based on the innate loggger cond and temp error margins (Terror and Cerror) determines if dataset's error margins fall within an acceptable range data is "anomylous" if data +C+T error is below the freezing line
TSanom_workup(dat, tempcol, condcol, Terror, Cerror)
dat | dataframe with columns for temperature and conductivity |
---|---|
tempcol | name of column for temperature, in quotes |
condcol | name of column for conductivity, in quotes |
Terror | precision for temperature |
Cerror | precision for conductivity |