check_predict_fn_equal: Check for equivalence of two rediction functions

View source: R/eq.R

check_predict_fn_equalR Documentation

Check for equivalence of two rediction functions

Description

The prediction functions are considered equal if the arguments and body are identical using all.equal()

Usage

check_predict_fn_equal(predict_fn_1, predict_fn_2)

Arguments

predict_fn_1

A prediction function to compare to


allometric documentation built on Nov. 8, 2023, 1:07 a.m.