| is.zero | R Documentation |
Define the is.zero method
is.zero(x, tol)
## Default S3 method:
is.zero(x, tol)
## S3 method for class 'matrix'
is.zero(x, tol)
## S3 method for class 'Matrix'
is.zero(x, tol)
x |
an R object |
tol |
numeric to be used as (absolute) tolerance.
if missing (default) it will consider |
logical
is.zero(default): The is.zero.default definition
is.zero(matrix): The is.zero.matrix definition
is.zero(Matrix): The is.zero.Matrix definition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.