kyphosistittext {pinktoe}R Documentation

An example of a tittext function for the pinktoe function with the kyphosis example.

Description

Returns a character string in response to a variable. Serves as an example tittext function for the pinktoe function.

Usage

kyphosistittext(label)

Arguments

label A variable label. Could be "Start", "Age", "Number".

Details

This is an example function that could be supplied as the tittext argument for the pinktoe function. All this function does is return a particular character string in response to a text string argument (which is supplied by the calling function as the variable from the tree in question). The returned character string is used as the title for the associated web page that gets produced for each HTML file produced by pinktoe.

Value

A character string containing the response text.

Note

Not intended for general user use

Author(s)

Guy P Nason

References

http://www.stats.bris.ac.uk/~magpn/Research/Pinktoe/Welcome.html

See Also

pinktoe

Examples

#
# Try it out with the variable name "Start"
#
kyphosistittext("Start")
#[1] "Variable: Start"

[Package pinktoe version 2.0 Index]