is.zero | R Documentation |
Define the is.zero method
is.zero(x, ...)
## Default S3 method:
is.zero(x, ...)
## S3 method for class 'matrix'
is.zero(x, ...)
x |
an R object |
... |
additional arguments |
logical
is.zero(default)
: The is.zero.default 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.