check_dat: Check data

Description Usage Arguments Value Examples

Description

Verifies proper data format before further processing.

Usage

1

Arguments

x

data.frame containing the columns c("plot","microquad","fg","cover","depth") . Each row is an observation for each functional grp within a microquad, nested within transects > subplots > plots.

...

further arguments (currently ignored).

Value

Logical value.

Examples

1
2
3
4
x <- matrix(NA, 5, 5)
dimnames(x)[[2]] <- c("plot","microquad","fg","cover","depth")
check_dat(x)
check_dat(data.frame(x))

phytomosaic/grlyr documentation built on May 25, 2020, 7:04 p.m.