compare-methods: A method for comparing FLR objects

compareR Documentation

A method for comparing FLR objects

Description

Comparisons of complete objects of FLR classes can be carried out and a report table is generated to better identify differences. Comparisons do not substitute but complement those provided by R's all.equal and identical.

Usage

compare(result, target, ...)

Arguments

result

First element in comparison, result of method or operation.

target

Second element, desired output.

Value

A table of comparisons, of class data.frame.

Author(s)

Iago Mosqueira (WMR)


flr/FLCore documentation built on May 4, 2024, midnight