View source: R/ggplotHeatmap.R
ggplotHeatmap | R Documentation |
Visualization of the multi-objective gradient landscape by means of
a heatmap and on the basis of the ggplot2
-package.
ggplotHeatmap(
df,
var1 = "x1",
var2 = "x2",
log.scale = TRUE,
impute.zero = TRUE,
minimalistic.image = FALSE,
color.palette,
legend.position,
...
)
df |
[ |
var1 |
[ |
var2 |
[ |
log.scale |
[ |
impute.zero |
[ |
minimalistic.image |
[ |
color.palette |
[ |
legend.position |
[ |
... |
any |
ggplot
A ggplot
object displaying the multi-objective gradient landscape.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.