runAppError: Run a shiny application to visualize the real and modelled...

View source: R/graphs.R

runAppErrorR Documentation

Run a shiny application to visualize the real and modelled flow-based domains

Description

Run a shiny application displaying the results of the conversion of real domains into Antares models. It will display for each typical day and each hour the volumetric errors of conversion (inf_error: forgotten points in the model, sup_error: modelled points missing in the real domain) and dynamic plots of the real and modelled domains. Html reports for each day can also be exported.

Usage

runAppError(
  fb_opts = fbAntares::fbOptions(),
  countries = list(c("BE", "FR"), c("BE", "NL"), c("DE", "FR"), c("DE", "AT"))
)

Arguments

fb_opts

list of flow-based parameters returned by the function setFlowbasedPath: directory of the flow-based model to study. By default, the value is indicated by fbAntares::fbOptions()

countries

list, character a list of couples of countries to choose the axises for the projection of the flowbased domains (ex : list(c("BE", "FR"), c("BE", "NL"))) or an array of countries (ex : c("FR", "NL", "AT")) to project the domains on all the countries combination (here FR+NL, FR+AT and NL+AT)

Examples


## Not run: 
 fb_opts = fbAntares::fbOptions()
 runAppError(fb_opts, 
 countries = list(c("BE", "FR"), c("BE", "NL"), c("DE", "FR"), c("DE", "AT")))

## End(Not run)

rte-antares-rpackage/fbAntares documentation built on June 1, 2022, 6:20 p.m.