Learn R Programming

giRaph (version 0.1-1)

areTheSame: Are they the same mathematical entity?

Description

Check whether two objects are the same mathematical entity.

Usage

areTheSame(x, y)

Arguments

x
an R object representing a mathematical entity
y
another R object possibly representing the same mathematical entity

Value

  • Returns a logical value telling whether the two objects are the same mathematical entity or not.

Details

The function areTheSame is generic.