dimension
of length(position)
.R/vote-classes.R
Position.Rd
Assigns the `position` vector and `dimension`, with default dimension
of length(position)
.
Check whether an object is of class `Position`.
# S4 method for Position initialize(.Object, position) is.position(x)
.Object | the Position object. |
---|---|
position | The position vector. |
x | An object. |
position
A position vector.
dimension
An integer specifying the dimension, defaults to `length(position)`