plotFB | R Documentation |
This function enables to plot one or several typical flow-based domains, in 2 dimensions (the axis being 2 countries).
plotFB( dayType, hour, country1, country2, fb_opts = fbAntares::fbOptions(), areaName = "cwe_at", xlim = c(-12000, 12000), ylim = c(-12000, 12000), export = T )
dayType |
|
hour |
|
country1 |
|
country2 |
|
fb_opts |
|
areaName |
|
xlim |
|
ylim |
|
export |
|
## Not run: fb_opts <- setFlowbasedPath(path = system.file("input/model/antaresInput/", package = "fbAntares")) plotFB(dayType = 1, hour = 1, country1 = "FR", country2 = "NL", fb_opts = fb_opts, areaName = "cwe_at") plotFB(dayType = 1, hour = 1:4,country1 = "FR",country2 = "NL", fb_opts = fb_opts, areaName = "cwe") plotFB(dayType = 1, hour = 1:2, country1 = "DE", country2 = "AT", fb_opts = fb_opts, areaName = "cwe_at") plotFB(dayType = 1, hour = 1, country1 = c("FR", "DE"), country2 = c("NL", "FR"), fb_opts = fb_opts, areaName = "cwe_at") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.