Learn R Programming

mewAvg (version 0.3.1)

show,mewTyp-method: Print the MEW average to the screen

Description

Print to the screen the first six elements of the current value (if it is up-to-date) of the moving expanding window (MEW) average. An error is raised if the MEW average is not up-to-date.

Usage

# S4 method for mewTyp
show(object)

Arguments

object

(class mewTyp) The current state of the MEW average

Value

Upon successful exit, zero is returned invisibly.

Examples

Run this code
# NOT RUN {
## see the examples for the function mewMean

# }

Run the code above in your browser using DataLab