James-Thorson-NOAA / FishStatsUtils

Shared resources for spatio-temporal models
GNU General Public License v3.0
10 stars 16 forks source link

Replace calls to "plot_lines" with calls to "plot_timeseries" wherever needed #43

Open agruss2 opened 4 years ago

agruss2 commented 4 years ago

I was looking at the "plot_range_index" function. This function calls the "plot_lines" function. However, the "plot_lines" function is deprecated. Therefore, calls to the "plot_lines" function should be replaced with calls to the "plot_timeseries" in "plot_range_index.R" and probably in other R scripts.