summary.apero: Summarizes an Apero

View source: R/methods.R

summary.aperoR Documentation

Summarizes an Apero

Description

Summary method for an object of class "apero".

Usage

## S3 method for class 'apero'
summary(object, ...)

Arguments

object

An object of class "apero".

...

Further arguments passed from other methods.

Value

Invisibly, the number of clinks is returned.

Examples

x <- apero()
summary(x)

x2 <- apero(2, 1)
summary(x2)

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