Find.GXcurve: Find Measurement Index in Dataset

Description Usage Arguments Value Author(s) Examples

Description

FindGX finds the targeting measurement id in the table provided. If this table was run by CS in advance, then problematic measurements can be found all at once by setting "DuplicateName; MissRecording; TooSmall" arguments to TRUE.

Usage

1
FindGX(table, id = NULL, DuplicateName = FALSE, MissRecording = FALSE, TooSmall = FALSE)

Arguments

table

A GXcurve table that contains the measurement you want to find.

id

name of measurement

DuplicateName

list of measurements with duplicate names. Exist in table attributes.

TooSmall

list of measurements with too few records in a single measurement. Exist in table attributes.

MissRecording

list of measurements that include two measurements without a remark in between. Exist in table attributes.

Value

Returns the index of start row and end row of the measurement in the table. Multiple findings can be printed out at once.

Author(s)

Jiayang Xie <kevinxie@illinois.edu>

Examples

1
2
3
4
# Assume "AllCurve" is a GXcurve dataset
data(AllCurve)
FindGX(AllCurve, id = "120_1")
FindGX(AllCurve, id = "111_1", DuplicateName = TRUE, TooSmall = TRUE, MissRecording = TRUE)

KevinCrab/Instant-Gas-Exchange-Measurements documentation built on May 13, 2019, 5:32 p.m.