partytittext {pinktoe}R Documentation

Returns the variable label

Description

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.

Usage

partytittext(v)

Arguments

v A character string describing the variable under consideration, like "EDM29", etc

Details

Just returns the variable name which is good enough for a title in this situation.

Value

Returns its argument, the variable name.

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 with the "EDM29" variable name
#
partytittext("EDM29")
# [1] "EDM29"

[Package pinktoe version 2.0 Index]