is.zero: Define the is.zero method

View source: R/aaa_methods.R

is.zeroR 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


graphpcor documentation built on June 8, 2025, 10:37 a.m.

Related to is.zero in graphpcor...