generateReportFb | R Documentation |
This function generates an html report on one or several typical days, comparing the real and modelled domains. It hence can follow the use of the function computeFB. The report (one per day) is composed of several tabs: a summary of the volumetric errors (called inf and sup, representing real points forgotten in the model and modelled pointsmissing from the real domain) and plots for each hour of the real and modelled domains. The report can only be launched on data containing domains for each hour of the day
generateReportFb( dayType, output_file = NULL, countries = list(c("BE", "FR"), c("BE", "NL"), c("DE", "FR"), c("DE", "AT")), fb_opts = NULL, allFB = NULL, xlim = c(-12000, 12000), ylim = c(-12000, 12000) )
dayType |
|
output_file |
|
countries |
|
fb_opts |
|
allFB |
|
xlim |
|
ylim |
|
## Not run: #Generate report for the typical day 7 of a model (already designated by setFlowBasedPath) generateReportFb(dayType = 7, fb_opts = fbAntares::fbOptions()) #Generate a report for the typical day 2 of a PTDF file computeFB(PTDF = system.file("input/ptdf/ptdfraw.csv", package = "fbAntares"), dayType = 1) domainesFB <- readRDS(system.file("input/model/antaresInput/domainesFB.rds", package = "fbAntares")) generateReportFb(dayType = 1, allFB = domainesFB, countries = list(c("BE", "FR"), c("BE", "NL"), c("DE", "FR"), c("DE", "AT"))) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.