Learn R Programming

metasnf (version 2.1.2)

summary.clust_fns_list: Summary method for class clust_fns_list

Description

This summary function simply returns to the console the number of functions contained in the clust_fns_list object.

Usage

# S3 method for clust_fns_list
summary(object, ...)

Value

Returns no value. Outputs a message to the console.

Arguments

object

A clust_fns_list class object.

...

Other arguments passed to summary (not used in this function).