Description Usage Arguments Examples
quickly preview ggplot pdf
1 | preview.ggplot.pdf(Gs, width = 10, height = 10)
|
Gs |
ggplot object |
width |
width of figure (cm) |
height |
height of figure (cm) |
1 2 | Gs <- ggplot()+draw_label("abd")
preview.ggplot.pdf(Gs,4,4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.