CheckSensors: Prints summary data and plots small segments of sapflux or...

Description Usage Arguments Details Examples

Description

This function rapidly reads files and provides information that assists in sensor troubleshooting. Data that is out-of-range for what is reasonable for the measurement is removed, and tallies are made of all columns in the data that have no viable data at all. Plots are printed for further visual examination - some non-viable data will be left within the range of normal data, even if sensors are totally broken.

Usage

1
2
CheckSensors(file, filetype = "campbell", datatype = "sapflux",
  time.format = "%Y-%m-%d %H:%M:%S", timeframe = 14)

Arguments

file

Filename, as a character.

filetype

Type of file imported. Can be "csv, "tab-delim", or "campbell".

datatype

Sapflux or VWC data?

time.format

Format of the timestamp column (column 1!)

timeframe

How much of the most recent data to assess? In days.

Details

Ask B. McNellis for further details on this.

Examples

1
test <- CheckSensors(file = "PPINE_03_PSI_650.dat", datatype = "VWC")

bmcnellis/sapflux documentation built on May 12, 2019, 10:27 p.m.