mjs_grid {metricsgraphics} | R Documentation |
grid.arrange
from gridExtra
Lays out metricsgraphics widgets into a "grid", similar to
grid.arrange
from gridExtra
mjs_grid(..., ncol = 1, nrow = 1, widths = 1)
... |
either individual |
ncol |
how many columns in the grid |
nrow |
how many rows in the grid |
widths |
widths of the cells per row |
htmltools
tag with wrapped metricsgraphics
objects suitable
for knitting with echo=FALSE
& results="asis"
or
rendering in Viewer with html_print
mjs_grid
does not work in a Shiny context