Learn R Programming

papaja (version 0.1.0.9655)

vector_annotation-class: Annotations for Vectors

Description

This S4 class is used to represent annotations (i.e., meta-data) of a vector; it is used as the meta-data container of the annotated_vector-class. It currently contains slots for a variable label and the unit of measurement, but is intended to be incrementally extended.

Arguments

Slots

label

Length-one character. A label for the vector.

unit

Length-one character. The unit of measurement.