| show,gridifyClass-method | R Documentation |
Method for showing a gridifyClass object.
## S4 method for signature 'gridifyClass'
show(object)
object |
A gridifyClass object. |
The object with all the titles, subtitles, footnotes, and other text elements around the output is printed in the graphics device. A list is also printed to the console containing:
the dimensions of the layout
where the object is located in the layout
the size of the margin
any global graphical parameters
the list of elements cells and if they are filled or empty
gridify()
g <- gridify(
object = ggplot2::ggplot(data = mtcars, ggplot2::aes(x = mpg, y = wt)) +
ggplot2::geom_line(),
layout = complex_layout()
)
show(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.