Plot density between X et Y with ggplot2 and plotly
plotXY(
data,
x,
y,
precision = 30,
sizeOnCount = FALSE,
outLine = TRUE,
transform = NULL
)
data.frame
can be antaresData object
character
, x variable
character
, y variable
Deprecated.
Deprecated.
Deprecated.
Deprecated.
if (FALSE) {
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)
}