compare_two_dbOutput: Compare one output database with another output database

Description Usage Arguments Value See Also

View source: R/OutputDatabase.R

Description

Compare one output database with another output database

Usage

1
2
3
4
5
6
7
compare_two_dbOutput(
  dbOut1,
  dbOut2,
  tol = 0.001,
  comp_absolute = TRUE,
  verbose = FALSE
)

Arguments

dbOut1

A character string. Path to first output database used as reference.

dbOut2

A character string. Path to second output database.

tol

A numeric value. Differences smaller than tolerance are not reported. Passed to all.equal.

comp_absolute

A logical value. If TRUE then absolute comparisons will be reported, otherwise relative differences. See argument scale of function all.equal.

verbose

A logical value. If TRUE then messages are printed.

Value

A (possibly empty) list of character vectors describing differences between dbOut2 and dbOut1 databases.

See Also

all.equal


Burke-Lauenroth-Lab/rSFSW2 documentation built on Aug. 14, 2020, 5:20 p.m.