mmapchar-methods: Methods for the mmapchar class

Description Usage Arguments

Description

Methods for the mmapchar class

Accessor methods for class mmapchar. You can use positive and negative indices, logical indices (that are recycled) and also a matrix of indices (but only positive ones).

Dimension and type methods for class mmapchar.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'mmapchar'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'mmapchar'
dim(x)

## S4 method for signature 'mmapchar'
length(x)

Arguments

x

A mmapchar object.

i

A vector of indices (or nothing). You can use positive and negative indices, logical indices (that are recycled) and also a matrix of indices (but only positive ones).

j

A vector of indices (or nothing). You can use positive and negative indices, logical indices (that are recycled).

...

Not used. Just to make nargs works.

drop

Whether to delete the dimensions of a matrix which have one dimension equals to 1.


privefl/mmapcharr documentation built on May 30, 2019, 2:28 p.m.