Extract parts of an object
Extract.dual(x, i, j, drop = FALSE)# S4 method for dual,numeric,missing,ANY
[(x, i, j, drop = FALSE)
# S4 method for dual,missing,numeric,ANY
[(x, i, j, drop = FALSE)
# S4 method for dual,numeric,numeric,ANY
[(x, i, j, drop = FALSE)
A "dual" object.
integer; the row index.
integer; the column index.
TRUE or FALSE; if TRUE, returns a vector when one dimension of the matrix is 1.