Learn R Programming

fromo (version 0.2.1)

show: Show a centsums object.

Description

Displays the centsums object.

Usage

show(object)

# S4 method for centsums show(object)

Arguments

object

a centsums object.

Examples

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

Run the code above in your browser using DataLab