show,mewTyp-method {mewAvg} | R Documentation |
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 signature 'mewTyp'
show(object)
Arguments
object |
(class mewTyp) The current state of the MEW average |
Value
Upon successful exit, zero is returned invisibly.
Examples
## see the examples for the function mewMean
[Package mewAvg version 0.3.1 Index]