Skip to contents

The function draw_chart_ind() expect an input location from a previous call, and plots the individual data on the requested growth chart.

Usage

draw_chart_ind(loc = "", chartcode = "", curve_interpolation = TRUE, ...)

Arguments

loc

Deprecated. Use session instead.

chartcode

Optional. The code of the requested growth chart.

curve_interpolation

A logical indicating whether curve interpolation shoud be applied.

...

Ignored

Note

Deprecated. Please use the more comprehensive draw_chart() function.