grob_matrix: Grob Matrix

Description Usage Arguments Details Value Examples

View source: R/grob_object_functions.R

Description

Initialize a grob matrix object, to be used within grob_col.

Usage

1

Arguments

x

Either a data.frame, a matrix or a vector.

Details

Learn more in vignette("grob_matrix")

Value

An R6 object of the grob matrix class.

Examples

1
2
3
4
5
6
data.frame(
  v1 = c(15, 4, 16, 11),
  v2 = c(10, 30, 3, 10)
  ) %>%
  grob_matrix() %>%
  view_grob()

grobblR documentation built on Sept. 15, 2021, 1:07 a.m.