View source: R/grob_object_functions.R
grob_matrix | R Documentation |
Initialize a grob matrix object, to be used within grob_col
.
grob_matrix(x)
x |
Either a data.frame, a matrix or a vector. |
Learn more in vignette("grob_matrix")
An R6 object of the grob matrix class.
data.frame(
v1 = c(15, 4, 16, 11),
v2 = c(10, 30, 3, 10)
) %>%
grob_matrix() %>%
view_grob()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.