Learn R Programming

birp (version 0.0.5)

summary.birp_data: Summarize a birp_data object

Description

Provides a printed summary of the contents of a birp_data object.

Usage

# S3 method for birp_data
summary(object, ...)

Value

No return value; this function is called for its side effects (printing to console).

Arguments

object

A birp_data object to be summarized.

...

Additional arguments.

Examples

Run this code
data <- simulate_birp()
summary(data)

Run the code above in your browser using DataLab