Description Usage Arguments Examples
This function take somes arguments from rbokeh and make plot.
1 2 |
data |
|
x |
|
y |
|
precision |
|
sizeOnCount |
|
outLine |
|
transform |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
setSimulationPath("myStudy")
myData <- readAntares()
plotXY(myData, "NODU", "LOAD", precision = 50,
sizeOnCount = FALSE)
myData <- readAntares(areas = "all", links = "all")
myData <- mergeAllAntaresData(myData)
plotXY(myData, "OP. COST_max_b", "OP. COST_max_c", precision = 50,
sizeOnCount = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.