show {madness} | R Documentation |
Show a madness object.
Description
Displays the madness object.
Usage
show(object)
## S4 method for signature 'madness'
show(object)
Arguments
object |
a |
Author(s)
Steven E. Pav shabbychef@gmail.com
Examples
obj <- madness(val=matrix(rnorm(10*10),nrow=10), xtag="foo", vtag="foo^2")
obj
[Package madness version 0.2.8 Index]