dimension of length(position).R/vote-classes.R
Position.RdAssigns 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. |
positionA position vector.
dimensionAn integer specifying the dimension, defaults to `length(position)`