extract-methods: extract from a MatH Method [

[R Documentation

extract from a MatH Method [

Description

This method overrides the "[" operator for a matH object.

Usage

## S4 method for signature 'MatH'
x[i, j, ..., drop = TRUE]

Arguments

x

a matH object

i

a set of integer values identifying the rows

j

a set of integer values identifying the columns

...

not useful

drop

a logical value inherited from the basic method "[" but not used (default=TRUE)

Value

A matH object

Examples

D <- BLOOD # the BLOOD dataset
SUB_D <- BLOOD[c(1, 2, 5), c(1, 2)]

HistDAWass documentation built on Sept. 26, 2022, 5:06 p.m.