powered by
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
all.equal
confirm(x, y, ...)
see all.equal
Only TRUE or error in linux-gnu. Otherwise logical.
TRUE
# NOT RUN { x <- 3 confirm(gauss(x), exp(-x^2)) # }
Run the code above in your browser using DataLab