pdf_chart: Save growth chart as pdf

View source: R/pdf_chart.R

pdf_chartR Documentation

Save growth chart as pdf

Description

Produce a pdf of the growth chart

Usage

pdf_chart(chart, height = 29.7/2.54, width = 21/2.54)

Arguments

chart

A grob or gTree object

height

Height of pdf device (in inches)

width

Width of pdf device (in inches)

Value

A grid object

Examples

## Not run: 
z <- load_chart("NJAA")
pdf_chart(z)

## End(Not run)

growthcharts/chartbox documentation built on Dec. 9, 2024, 8:43 p.m.