is.zero {INLAtools} | R Documentation |
Define the is.zero method
Description
Define the is.zero method
Usage
is.zero(x, ...)
## Default S3 method:
is.zero(x, ...)
## S3 method for class 'matrix'
is.zero(x, ...)
Arguments
x |
an R object |
... |
additional arguments |
Value
logical
Methods (by class)
-
is.zero(default)
: The is.zero.default definition -
is.zero(matrix)
: The is.zero.matrix definition
[Package INLAtools version 0.0.4 Index]