head.mirt_matrix: Head generic for customized matrix console output

View source: R/02a-general_methods.R

head.mirt_matrixR Documentation

Head generic for customized matrix console output

Description

Provides a nicer output for most printed matrix objects defined by functions in mirt.

Usage

## S3 method for class 'mirt_matrix'
head(x, digits = 3, ...)

Arguments

x

object of class 'mirt_matrix'

digits

number of digits to round

...

additional arguments passed to print(...)


mirt documentation built on March 7, 2026, 9:06 a.m.