A data set containing the kind of outcomes present on each chart in inst/library

ynames_lookup

Format

A data frame with variables:

chartgrp

Chart group

chartcode

Chart code as defined by create_chartcode(). This chart code can be decomposed by parse_chartcode()

yname

Name of the outcome present on the chart, e.g. one of hdc, hgt, wgt, wfh, bmi, dsc

vp

The viewport name for editing the outcome. Use this to specify the vp argument.

vpn

Viewport number for editing the outcome. Use it in g$childrenvp[[vpn]]

.
reference

A string indicating the reference in clopus. The get_reference() function actually pulls out the relevant references from clopus

tx

A string coding the transformation function for the x variable

inv_tx

A string coding the inverse transformation function for the x variable

ty

A string coding the transformation function for the y variable

inv_ty

A string coding the inverse transformation function for the y variable

seq

Transformation sequence: either "tr" (first transform, then calculate reference) or either "rt" (first calculate reference, then transform).

refcode

A string coding the reference name recognised by centile::load_reference().

refpkg

A string coding the package in which refcode can be found by centile::load_reference().