Learn R Programming

metasnf (version 2.1.2)

check_compatible_sdf_dfl: Check if settings_df exceeds bounds of dist_fns_list

Description

Check if settings_df exceeds bounds of dist_fns_list

Usage

check_compatible_sdf_dfl(sdf, dfl)

Value

Doesn't return any value. Raises error if sdf calls for a distance function outside the range of dfl.

Arguments

sdf

A settings_df class object.

dfl

A dist_fns_list class object.