plot_ss_ts | R Documentation |
Plot Seascape as an interactive stacked and filled time series plot.
plot_ss_ts(tbl, colors = NULL, fillAlpha = 0.8, show_legend = "always")
tbl |
table in same format as output by |
colors |
Character vector of colors for the data series. See
|
show_legend |
When to display the legend. See |
dygraph
interactive plot
# prep input table of time series data
ply <- get_url_ply("mbnms")
ss_i <- get_ss_info("global_8day")
grds <- get_ss_grds(ss_i, ply, date_beg = "2020-09-01")
tbl <- sum_ss_grds_to_ts(grds)
plot_ss_ts(tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.