print.apero: Prints an Apero

View source: R/methods.R

print.aperoR Documentation

Prints an Apero

Description

Print method for an object of class "apero".

Usage

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

Arguments

x

An object of class "apero".

...

Further arguments passed from other methods.

Value

Invisibly, the input is returned.

Examples

x <- apero()
x

x2 <- apero(1, 1)
x2

mayer79/apero documentation built on May 27, 2023, 10:13 a.m.