Learn R Programming

madness (version 0.2.4)

show: Show a madness object.

Description

Displays the madness object.

Usage

show(object)

# S4 method for madness show(object)

Arguments

object

a madness object.

Examples

Run this code
# NOT RUN {
obj <- madness(val=matrix(rnorm(10*10),nrow=10), xtag="foo", vtag="foo^2")
obj
# }

Run the code above in your browser using DataLab