groupgenerics {annmatrix} | R Documentation |
The functions listed here work under the hood and are almost never called by the user.
## S3 method for class 'annmatrix'
Ops(e1, e2)
## S3 method for class 'annmatrix'
chooseOpsMethod(x, y, mx, my, cl, reverse)
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. |
An object of class 'annmatrix'.
Karolis Koncevičius