Learn R Programming

gmwm (version 2.0.0)

plot.avar: Plot Allan Variance

Description

Displays a plot containing the allan variance

Usage

"plot"(x, ...)

Arguments

x
A avar object.
...
Arguments to be passed to methods

Value

ggplot2 graph

Examples

Run this code
set.seed(999)
x=rnorm(100)
out = avar(x)
plot( out )

Run the code above in your browser using DataLab