Description Usage Arguments Value Examples
This function gives you a quick, basic heat map to use for data structured in the way described in the vignette.
1 |
dat |
The data frame you are using. * coordinate columns must be named "x", "y"; * box width/height columns must be named "width", "height"; * statistic of interest must be names "statistic". |
g |
TRUE or FALSE - Whether or not to include a legend, defaults to "FALSE" |
A ggplot2 heat map.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.