print-methods: Print a gadget's main output

Description Usage Arguments Examples

Description

Use this method to print the main component of the d3heatmapGadget to the viewer pane without intermediate code

Usage

1
2
3
4
print(gadget)

## S4 method for signature 'd3heatmapGadget'
print(gadget)

Arguments

gadget

The gadget to print to screen

Examples

1
2
3
4
5
6
7
## Not run: 

hm <- d3heatmapGadget(mtcars)
print(hm)


## End(Not run)

rstudio/d3heatmap documentation built on May 26, 2021, 10:16 p.m.