convert_to_matrix_grob | R Documentation |
Converts a data.frame/matrix to a grob, with flexible aesthetics.
convert_to_matrix_grob(
.df,
aes_list = list(),
height = numeric(),
width = numeric()
)
.df |
The data.frame/matrix to be converted to a grob. |
aes_list |
The list outputted by |
height |
A numeric value designating the total height of the matrix grob in mm. |
width |
A numeric value designating the total width of the matrix grob in mm. |
A grob of .df
, with the corresponding aesthetics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.