summary.po: Summarize a PO object

Description Usage Arguments Value See Also Examples

View source: R/summary.R

Description

summary method for PO objects. summary shows less information than print.

Usage

1
2
## S3 method for class 'po'
summary(object, ...)

Arguments

object

An object of class po.

...

Arguments passed to print.data.frame.

Value

The object argument in invisibly returned, but the function is mostly invoked for the side-effect of printing the object argument.

See Also

print.po

Examples

1
2
pot_file <- system.file("extdata/R-summerof69.pot", package = "poio")
summary(pot <- read_po(pot_file))

RL10N/poio documentation built on April 27, 2020, 3:50 a.m.