class_mixtime is the base S7 class for all mixtime vector objects,
inheriting from vecvec::class_vecvec. While not intended to be used
directly, this S7 class is suitable to use when defining S7 methods for
mixtime vectors. S3 methods can be defined using the mixtime::mixtime
class.
Arguments
- x
A list of
"mt_time"vectors, seenew_time()for details.- i
A vector of integers specifying the location of each element in
xas if they were combined in order. The values inimust be between 1 and the total number of elements across all vectors inx, and can contain duplicates. If not provided, it defaults to a sequence from 1 to the total number of elements across all vectors inx.
See also
mixtime() for creating mixtime vectors, and new_mixtime() for
the low-level constructor function of this S7 class.