standardize.hobo: Standardize Hobo Levelogger Data

Description Usage Arguments Examples

Description

This function cleans water level data exported from the Hoboware software

Usage

1
standardize.hobo(hobo.file, logger.id = NULL, temperature = NULL)

Arguments

hobo.file

the path to your solinst csv file

logger.id

the serial number of your logger, necessary for temperature compensation

temperature

data frame of an external source of temperature data, if the logger was launched without temperature. Must have fields 'time' in POSIX format and 'temperature' in degrees C

Examples

1
2
standardize.hobo('Petaluma01_120815.csv')
standardize.hobo('Petaluma01_110412.csv', logger.id = 11201228, temperature = my.temps)

acgoodman/wlTools documentation built on May 16, 2019, 11:05 a.m.