read_ref {benthos}R Documentation

Read and Validate Habitat References Files

Description

This function reads and checks files with reference values

Usage

read_ref(filename, indicators = c("S", "H", "AMBI"))

validate_ref(.data, indicators = c("S", "H", "AMBI"))

Arguments

filename

name of the habitat reference file (character)

indicators

indicators to be processed (character, see details)

.data

table in REF-format

Details

The function performs the following tasks:

Argument indicators is a character vector of additional benthic indicators to be checked for. For example, if indicators = "ITI", then the habitat reference file should also contain columns ITIREF and ITIBAD. Implemented indicators are N, LNN, S, D, SN, SNA, H, L, AMBI, ITI, PIE, N2 (see package vignette).

The format of the habitat reference file is documented in the BEQI2-package vignette.

Functions

References

Van Loon, W, 2013. Loon2013-BEQI2-Specs-Ecotopes-27nov.doc


[Package benthos version 1.3-8 Index]