View source: R/arima-spike-multigeo.R
state_arima_pctdiff | R Documentation |
state_arima_pctdiff: Run this first to do ARIMA by state functions
state_arima_pctdiff( state_arima_list, linecol = "gray", scaletitle = "% Diff.\nin Searches", lowcol = NA, midcol = NULL, highcol = NA, colorscheme = "red", save = T, width = 6, height = 4, outfn = "./output/fig.png" )
state_arima_list |
A dataframe including time as |
linecol |
Color of the state boundaries |
scaletitle |
Title on the scale |
lowcol |
Color at lower end of scale |
midcol |
Color at mid of scale |
highcol |
Color of high end of scale |
save |
default T, if false does not save |
width |
width in inches |
height |
height in inches |
outfn |
output filename |
state_arima_pctdiff( state_list, linecol = "gray", scaletitle = "Pct Diff nin Searches", lowcol = "white", midcol = NULL, highcol = "dodgerblue4", save = T, width = 6, height = 4, outfn = "./output/fig.png" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.