Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

confirm

Test if Two Objects are (Nearly) Equal


Description

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

Usage

confirm(x, y, ...)

Arguments

x,y,...

see all.equal

Value

Only TRUE or error in linux-gnu. Otherwise logical.

Author(s)

Examples

x <- 3
confirm(gauss(x), exp(-x^2))

RandomFieldsUtils

Utilities for the Simulation and Analysis of Random Fields

v0.5.3
GPL (>= 3)
Authors
Martin Schlather [aut, cre], Reinhard Furrer [ctb], Martin Kroll [ctb], Brian D. Ripley [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.