print.weights_matrix {metasnf}R Documentation

Print method for class weights_matrix

Description

Custom formatted print for weights matrices that outputs information about feature weights functions to the console.

Usage

## S3 method for class 'weights_matrix'
print(x, ...)

Arguments

x

A weights_matrix class object.

...

Other arguments passed to print (not used in this function)

Value

Function prints to console but does not return any value.


[Package metasnf version 2.1.2 Index]