groupgenerics {annmatrix}R Documentation

Group Generic Functions for annmatrix Class

Description

The functions listed here work under the hood and are almost never called by the user.

Usage

## S3 method for class 'annmatrix'
Ops(e1, e2)

## S3 method for class 'annmatrix'
chooseOpsMethod(x, y, mx, my, cl, reverse)

Arguments

e1, e2

annmatrix objects.

x, y

The objects being dispatched on by the group generic.

mx, my

The methods found for objects 'x' and 'y'.

cl

The call to the group generic.

reverse

A logical value indicating whether 'x' and 'y' are reversed from the way they were supplied to the generic.

Value

An object of class 'annmatrix'.

Author(s)

Karolis Koncevičius


[Package annmatrix version 0.1.2 Index]