plotvix: Plot vix_calc output

Description Usage Arguments Value See Also Examples

Description

Plot vix_calc output

Usage

1
plotvix(vix, smoother = FALSE, type = "l")

Arguments

vix

Output from vix_calc

smoother

eg. "lm", "glm", "gam", "loess". FALSE for no smoother (default)

type

"l" for line, "p" for points

Value

Nothing: just a nice plot

See Also

vix_calc, fitVIX, letVixShiny

Examples

1
2
vix <- data.frame('VIX' = runif(450, 9, 9.7))
plotvix(vix, smoother="loess",type="p")

GarvinK/vixr documentation built on May 16, 2019, 7:26 a.m.