Learn R Programming

metasnf (version 2.1.2)

check_compatible_sdf_cfl: Check if settings_df exceeds bounds of clust_fns_list

Description

Check if settings_df exceeds bounds of clust_fns_list

Usage

check_compatible_sdf_cfl(sdf, cfl)

Value

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

Arguments

sdf

A settings_df class object.

cfl

A clust_fns_list class object.