Nothing
Code
gtable_add_grob(layout, grobs, c(1:3), 1, 3, 3)
Condition
Error in `gtable_add_grob()`:
! Not all inputs have either length 1 or same length same as `grobs`
Code
gtable_add_grob(layout, grobs, tval, 1:2, 3, 3)
Condition
Error in `gtable_add_grob()`:
! Not all inputs have either length 1 or same length same as `grobs`
Code
gtable_add_grob(layout, grobs, tval, 1, 3, 3, z = 1:4)
Condition
Error in `gtable_add_grob()`:
! Not all inputs have either length 1 or same length same as `grobs`
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.