Description Usage Arguments Value Examples
Creates ggplot based visual of either image
or
heatmap
for matrix objects.
1 2 |
x |
matrix object |
type |
string of either "image" or "heatmap" the tells the function whether to display the matrix directly as an image or to reorder the columns and create a dendrogram. Note, the heatmap is a more general case of the image function call |
dendro_height |
proportional height of dendrogram compared to image if dendrograms a displayed. |
... |
used to pass additional heatmap parameters, see details in
|
show.plot |
logic to display the graphic |
return |
logic to return list of graphics and the list of data frames to make the majority of the graphics |
depending on show.plot
and return
it
will return the visualization of the graphic and/or a list
of both the list of data frames used the make the graphic and the
individual graphic object.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.