View source: R/connected_scatterplot.R
prepare_plot_data | R Documentation |
This internal function identifies the minimum and maximum year data points for use in plotting geometries. It could
probably be removed but is kept in case the df_epi_fltrd
data frame is large.
prepare_plot_data(df_epi_fltrd)
df_epi_fltrd |
A data frame created by |
A list containing the original filtered data (filtered_data
) and a data frame with the minimum and maximum year data (min_max_year
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.