Learn R Programming

annmatrix (version 0.1.2)

groupgenerics: 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 annmatrix
Ops(e1, e2)

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

Value

An object of class 'annmatrix'.

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.

Author

Karolis Koncevičius