powered by
Function to convert link{Iheatmap-class} object to widget object
link{Iheatmap-class}
# S4 method for Iheatmap to_widget(p)
htmlwidgets object
Iheatmap-class object to convert
Iheatmap-class
Alicia Schep
iheatmap, main_heatmap
iheatmap
main_heatmap
mat <- matrix(rnorm(24), nrow = 6) hm <- iheatmap(mat) %>% to_widget() class(hm) # Print heatmap if interactive session if (interactive()) hm
Run the code above in your browser using DataLab