multiSurface | R Documentation |
Function to generate a grid of surface plots (from the plotly
package) to visualize changes in the performance metrics of interest
with gap structure, across a number of datasets or methods. The structure of each surface plot is described in ?plotSurface
.
If layer_type = "method"
, plots are arranged in a grid, by dataset.
If layer_type = "dataset"
, plots will be arranged in a grid, by method.
multiSurface(
d = 1:length(agObject),
m = names(agObject[[1]][[1]][[1]]),
metric,
agObject,
layer_type = "method",
f = "median",
highlight = "HWI",
highlight_color = "#FA4032",
colors = c("#F9E0AA", "#F7C65B", "#FAAF08", "#FA812F", "#FA4032", "#F92111")
)
d |
|
m |
|
metric |
|
agObject |
|
layer_type |
|
f |
|
highlight |
|
highlight_color |
|
colors |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.