R/pdf_chart.R
pdf_chart.Rd
Produce a pdf of the growth chart
pdf_chart(chart, height = 29.7/2.54, width = 21/2.54)
A grob or gTree object
grob
gTree
Height of pdf device (in inches)
Width of pdf device (in inches)
A grid object
if (FALSE) { z <- load_chart("NJAA") pdf_chart(z) }