letVixShiny: Create a shiny app for the VIX data

Description Usage Arguments Value See Also Examples

Description

Create a shiny app for the VIX data

Usage

1

Arguments

vix

An object of data type VIX, containing vix qotes (i.e. output of vic_calc)

Value

Siny App

See Also

vix_calc, fitVIX,plotvix

Examples

1
2
3
4
5
## Not run: 
vix <- data.frame('VIX' = runif(450, 9, 9.7))
letVixShiny(vix)
 
## End(Not run)

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