Skip to content

Commit

Permalink
Update mod_Timeseries_byMP.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianHordyk committed Sep 13, 2024
1 parent c0ae450 commit fe219d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions R/mod_Timeseries_byMP.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ mod_Timeseries_byMP_server <- function(id, i18n, filtered_slick,
if (is.null(yrange()))
return(NULL)

slick <<- filtered_slick()
pm <<- pm_ind()
MP_ind <<- 1:nMP()

plotTimeseries(slick, pm, MP_ind)
# slick <<- filtered_slick()
# pm <<- pm_ind()
# MP_ind <<- 1:nMP()
#
# plotTimeseries(slick, pm, MP_ind)

plotTimeseries(filtered_slick(), pm_ind(),
MP_ind=1:nMP(),
Expand Down

0 comments on commit fe219d3

Please sign in to comment.