Learn R Programming

symengine (version 0.2.10)

length,VecBasic-method: Methods Related to VecBasic

Description

Miscellaneous S4 methods defined for VecBasic class.

Usage

# S4 method for VecBasic
length(x)

# S3 method for VecBasic rep(x, ...)

# S3 method for Basic rep(x, ...)

# S3 method for VecBasic unique(x, ...)

# S4 method for BasicOrVecBasic c(x, ...)

# S4 method for VecBasic,numeric [[(x, i, j, ...)

# S4 method for VecBasic [(x, i, j, ..., drop = TRUE)

# S4 method for VecBasic [[(x, i) <- value

# S4 method for VecBasic [(x, i, j, ...) <- value

Value

Same or similar to the generics.

Arguments

x

Basic object or Vecbasic object.

i, j, ..., drop, value

Arguments for subsetting or replacing.