print.solutions_df: Print method for class 'solutions_df'

View source: R/print.R

print.solutions_dfR Documentation

Print method for class solutions_df

Description

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

Usage

## S3 method for class 'solutions_df'
print(x, n = NULL, tips = TRUE, ...)

Arguments

x

A weights_matrix class object.

n

Number of rows to print, passed into tibble::print.tbl_df().

tips

If TRUE, include lines on how to print more rows / transposed.

...

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

Value

Function prints to console but does not return any value.


metasnf documentation built on April 3, 2025, 5:40 p.m.