create_list | R Documentation |
Create series list input for noma_ts_plot
create_list(name, plot_type, legendname = name, color = NULL)
name |
navn på serie |
plot_type |
hva slags plot-type man vil lage. Kan ta verdiene "dot", "line", "dashed line", "bar", "stacked bar" |
legendname |
hva skal legendname være |
color |
valg av farge |
## Not run: series_list = list(create_list("last_3m", "line", "NOK 3m terminpunkter", create_list("last_2m", "bar", "NOK 2m terminpunkter"), create_list("last_1m", "dashed line", "NOK 1m terminpunkter")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.