noma_ts_plot | R Documentation |
Plot tidsseriedata
noma_ts_plot( df, series_list, xaxis_title = "", yaxis_title = "", plot_title = "", legend_options = list(showlegend = T, legend_position_x = NULL, legend_position_y = NULL) )
df |
dataframe med tidsseriedata, dvs. en datokolonne, mange kolonner med variabler (non-tidy). |
series_list |
liste med spesifikasjoner for serier som skal plottes. |
xaxis_title |
navn på x-akse |
yaxis_title |
navn på y-akse |
plot_title |
tittel på graf |
legend_options |
alternativer for legend |
## Not run: p = noma_ts_plot(df, series_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.