print.avar | R Documentation |
Displays the allan variance information
## S3 method for class 'avar'
print(x, ...)
x |
A |
... |
Arguments to be passed to methods |
console output
JJB
# Set seed for reproducibility
set.seed(999)
# Generate time series
x = gen_gts(100, WN(sigma2 = 1))
# Compute Allan
out = avar(x)
# Print results
print( out )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.