A data set containing the kind of outcomes present on each chart
in inst/library
ynames_lookupA data frame with variables:
Chart group
Chart code as defined by create_chartcode(). This
chart code can be decomposed by parse_chartcode()
Name of the outcome present on the chart, e.g. one of hdc,
hgt, wgt, wfh, bmi, dsc
The viewport name for editing the outcome. Use this to
specify the vp argument.
Viewport number for editing the outcome. Use it in
g$childrenvp[[vpn]]
A string indicating the reference in clopus.
The get_reference() function actually pulls out the relevant
references from clopus
A string coding the transformation function for the x variable
A string coding the inverse transformation function for the x variable
A string coding the transformation function for the y variable
A string coding the inverse transformation function for the y variable
Transformation sequence: either "tr" (first transform,
then calculate reference) or either "rt" (first calculate reference,
then transform).
A string coding the reference name recognised by
centile::load_reference().
A string coding the package in which refcode can be found by
centile::load_reference().