show-methods: Show a madness object.

showR Documentation

Show a madness object.

Description

Displays the madness object.

Usage

show(object)

## S4 method for signature 'madness'
show(object)

Arguments

object

a madness object.

Author(s)

Steven E. Pav shabbychef@gmail.com

Examples

obj <- madness(val=matrix(rnorm(10*10),nrow=10), xtag="foo", vtag="foo^2")
obj

madness documentation built on Aug. 21, 2023, 9:07 a.m.