mjs_grid: Lays out metricsgraphics widgets into a "grid", similar to...

Description Usage Arguments Value Note

Description

Lays out metricsgraphics widgets into a "grid", similar to grid.arrange from gridExtra

Usage

1
mjs_grid(..., ncol = 1, nrow = 1, widths = 1)

Arguments

...

either individual metricsgraphics objects or a mixture of individual metricsgraphics objects and lists of metricsgrahics objects.

ncol

how many columns in the grid

nrow

how many rows in the grid

widths

widths of the cells per row

Value

htmltools tag with wrapped metricsgraphics objects suitable for knitting with echo=FALSE & results="asis" or rendering in Viewer with html_print

Note

mjs_grid does not work in a Shiny context


metricsgraphics documentation built on May 1, 2019, 8:07 p.m.