| drawVolumeHeatmapTwoDimensions | R Documentation |
This function returns a heatmap comparing the volumes of two polyhedrons in different directions corresponding to all the combinations of the positive/negative net positions of each country
drawVolumeHeatmapTwoDimensions( A, B = NULL, nbPoints = 50000, seed = 123456, assessment_range = c(-15000, 15000) )
A |
|
B |
If B is NULL, the heatmap returns the absolute volume of A in the different directions. |
nbPoints |
|
seed |
|
assessment_range |
The range in which the points for the volume assessment should be drawn |
## Not run:
library(data.table)
polyhedra <- readRDS(system.file("testdata/polyhedra.rds", package = "fbAntares"))
A <- polyhedra[Date == "2019-02-14"]
B <- polyhedra[Date == "2019-02-15"]
nbPoints <- 50000
drawVolumeHeatmapTwoDimensions(A = A, B = B, nbPoints = nbPoints)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.