Miscellaneous S4 methods defined for VecBasic class.
Usage
# S4 method for class 'VecBasic'
length(x)
# S3 method for class 'VecBasic'
rep(x, ...)
# S3 method for class 'Basic'
rep(x, ...)
# S3 method for class 'VecBasic'
unique(x, ...)
# S4 method for class 'BasicOrVecBasic'
c(x, ...)
# S4 method for class 'VecBasic,numeric'
x[[i, j, ...]]
# S4 method for class 'VecBasic'
x[i, j, ..., drop = TRUE]
# S4 method for class 'VecBasic'
x[[i]] <- value
# S4 method for class 'VecBasic'
x[i, j, ...] <- value