Description Usage Arguments Details Value References Examples
View source: R/dataset_chart_classes.R
A heatmap to visualise the measured values in a data matrix.
1 | DatasetExperiment_heatmap(na_colour = "#FF00E4", ...)
|
na_colour |
(character) The hex colour code used to plot missing values. The default is |
... |
Additional slots and values passed to |
This object makes use of functionality from the following packages:
reshape2
A DatasetExperiment_heatmap
object.
Wickham H (2007). “Reshaping Data with the reshape Package.” Journal of Statistical Software, 21(12), 1–20. http://www.jstatsoft.org/v21/i12/.
1 2 3 | D = iris_DatasetExperiment()
C = DatasetExperiment_heatmap()
chart_plot(C,D)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.