Learn R Programming

fromo (version 0.2.4)

show: Show a centsums object.

Description

Displays the centsums object.

Usage

show(object)

# S4 method for centsums show(object)

Arguments

object

a centsums object.

Author

Steven E. Pav shabbychef@gmail.com

Examples

Run this code
set.seed(123)
x <- rnorm(1000)
obj <- as.centsums(x, order=5)
obj

Run the code above in your browser using DataLab