areTheSame {giRaph} | R Documentation |
Check whether two objects are the same mathematical entity.
areTheSame(x, y)
x |
an R object representing a mathematical entity |
y |
another R object possibly representing the same mathematical entity |
The function areTheSame
is generic.
Returns a logical value telling whether the two objects are the same mathematical entity or not.
Jens Henrik Badsberg, Claus Dethlefsen, Luca La Rocca