print,Itempool-method {irt}R Documentation

Show an Itempool-class object

Description

Show an Itempool-class object

Usage

## S4 method for signature 'Itempool'
print(x, ...)

Arguments

x

An Itempool-class object that will be showed.

...

Additional arguments. For example, an argument n = 14, will print 14 items to the console.

Author(s)

Emre Gonulates

Examples

ip <- generate_ip(n = 42)
print(ip)
print(ip, n = 3)
print(ip, n = 12)
print(ip, n = Inf)


[Package irt version 0.2.9 Index]