partytittext {pinktoe} | R Documentation |
For the EDM example the title text for each node is simply the EDM number which gets supplied as a character argument. So it just gets returned to be used as a title (for the eventual HTML page). Of course, one could modify this function to do something more complicated.
partytittext(v)
v |
A character string describing the variable under consideration, like "EDM29", etc |
Just returns the variable name which is good enough for a title in this situation.
Returns its argument, the variable name.
Not intended for general user use
Guy P Nason
http://www.stats.bris.ac.uk/~magpn/Research/Pinktoe/Welcome.html
# # Try it with the "EDM29" variable name # partytittext("EDM29") # [1] "EDM29"