index-subset: Extract parts of an object

Description Usage Arguments

Description

Extract parts of an object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Extract.dual(x, i, j, drop = FALSE)

## S4 method for signature 'dual,numeric,missing,ANY'
x[i, j, drop = FALSE]

## S4 method for signature 'dual,missing,numeric,ANY'
x[i, j, drop = FALSE]

## S4 method for signature 'dual,numeric,numeric,ANY'
x[i, j, drop = FALSE]

Arguments

x

A "dual" object.

i

integer; the row index.

j

integer; the column index.

drop

TRUE or FALSE; if TRUE, returns a vector when one dimension of the matrix is 1.


ADtools documentation built on Nov. 9, 2020, 5:09 p.m.