pdf_chart | R Documentation |
Produce a pdf of the growth chart
pdf_chart(chart, height = 29.7/2.54, width = 21/2.54)
chart |
A |
height |
Height of pdf device (in inches) |
width |
Width of pdf device (in inches) |
A grid object
## Not run:
z <- load_chart("NJAA")
pdf_chart(z)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.