Test if Two Objects are (Nearly) Equal
confirm(x, y)
is a utility to compare R objects x
and y
testing ‘near equality’ base on
all.equal
. It is written too allow
different behaviour on different operating systems
confirm(x, y, ...)
x,y,... |
see |
Only TRUE
or error in linux-gnu.
Otherwise logical.
Martin Schlather, schlather@math.uni-mannheim.de, http://ms.math.uni-mannheim.de
x <- 3 confirm(gauss(x), exp(-x^2))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.