powered by
Function to convert link{Iheatmap-class} object to a plotly spec either as a list or json
link{Iheatmap-class}
to_plotly_list(p)to_plotly_json(p)
to_plotly_json(p)
Returns a JSON for a plotly spec for to_plotly_spec and as a list of same plotly object for to_plotly_list.
Iheatmap-class object to convert
Iheatmap-class
mat <- matrix(rnorm(24), nrow = 6) hm_json <- iheatmap(mat) %>% to_plotly_json() hm_list <- iheatmap(mat) %>% to_plotly_list()
Run the code above in your browser using DataLab