kyphosistittext {pinktoe} | R Documentation |
Returns a character string in response to a variable. Serves as an example tittext
function for the
pinktoe
function.
kyphosistittext(label)
label |
A variable label. Could be "Start", "Age", "Number". |
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
.
A character string containing the response text.
Not intended for general user use
Guy P Nason
http://www.stats.bris.ac.uk/~magpn/Research/Pinktoe/Welcome.html
# # Try it out with the variable name "Start" # kyphosistittext("Start") #[1] "Variable: Start"