d3heatmapGadget | R Documentation |
Creates a D3.js-based heatmap widget inside a Shiny gadget. Pass into the function either a d3heatmap-compatible matrix or data.frame, or a list of class d3heatmapGadget to start from the gadget's last saved settings
d3heatmapGadget(x, ...)
x |
A numeric matrix or data.frame populated with all numerics, or a list of class d3heatmapGadget |
... |
arguments to be passed to |
An object of class d3heatmapGadget containing the original data, gadget settings, filter parameters, and the resulting plot
## Not run:
hmg <- d3heatmapGadget(mtcars)
class(hmg)
# "d3heatmapGadget"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.