Description Usage Arguments Value See Also Examples
Plot vix_calc output
1 |
vix |
Output from |
smoother |
eg. "lm", "glm", "gam", "loess". FALSE for no smoother (default) |
type |
"l" for line, "p" for points |
Nothing: just a nice plot
1 2 | vix <- data.frame('VIX' = runif(450, 9, 9.7))
plotvix(vix, smoother="loess",type="p")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.