Skip to content

Commit

Permalink
#17 Ca devrait être bon maintenant
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienBretteville committed Aug 29, 2019
1 parent 4be4015 commit 5959e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/shinyError/global.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
library(shiny)
library(antaresFlowbased)
library(fbAntares)
library(DT)
library(data.table)
library(rAmCharts)
Expand All @@ -23,7 +23,7 @@ get_plot_output_list <- function(dta, input_n, ylim, xlim, combi) {
plot_output_object <- renderCombineWidgets({
combineWidgets(
list = lapply(1:nrow(combi), function(X) {
graphFlowBased2D(flowbased = dta, ctry1 = combi[X, 1], ctry2 = combi[X, 2],
fbAntares:::graphFlowBased2D(flowbased = dta, ctry1 = combi[X, 1], ctry2 = combi[X, 2],
hour = dta$Period[i], dayType = dta$idDayType[i],
xlim = xlim, ylim = ylim)
})
Expand Down

0 comments on commit 5959e66

Please sign in to comment.