formatClassSlots {RGtkViewers}R Documentation

Create HTML describing slots for an S4 class

Description

This creates HTML content describing the slots defined for an S4 class.

Usage

formatClassSlots(slots, className)

Arguments

slots either a named list containing the character vectors for the slots defined by the classes given in the names attribute, or a simple named character vector giving the slot types and indexed by the names of the slots (as the names() attribute).
className the name of the S4 class being documented.

Value

A character vector of length 1 giving the generated HTML content.

Author(s)

Duncan Temple Lang <duncan@research.bell-labs.com>

References

http://www.omegahat.org/RGtk, http://www.gtk.org

See Also

S4ClassView

Examples



[Package RGtkViewers version 0.7 Index]