Learn R Programming

avar (version 0.1.3)

print.avar: Prints Allan Variance

Description

Displays the information on the output of the `avar()` function

Usage

# S3 method for avar
print(x, ...)

Value

console output

Arguments

x

A avar object.

...

Arguments to be passed to methods

Examples

Run this code
set.seed(999)
Xt = rnorm(10000)
out = avar(Xt)
print(out)

Run the code above in your browser using DataLab