keyed-class: Class '"keyed"'

Description Objects from the Class Slots Extends Author(s) References See Also Examples

Description

This class is a data frame with an associated key. The key is the names of the columns that identify objects in the table. Other columns presumably indicate attibutes of those objects. The validity of the key is not enforced unless necessary. The class is implemented as S3, and is promoted to S4 to take advantage of S4 generic mechanisms.

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

.Data:

Object of class "list"

names:

Object of class "character"

row.names:

Object of class "data.frameRowLabels"

.S3Class:

Object of class "character"

Extends

Class "data.frame", directly. Class "list", by class "data.frame", distance 2. Class "oldClass", by class "data.frame", distance 2. Class "vector", by class "data.frame", distance 3.

Author(s)

Tim Bergsma

References

http://metrumrg.googlecode.com

See Also

Examples

1
showClass("keyed")

metrumrg documentation built on May 2, 2019, 5:55 p.m.