Learn R Programming

graphpcor (version 0.1.12)

is.zero: Define the is.zero method

Description

Define the is.zero method

Usage

is.zero(x, ...)

# S3 method for default is.zero(x, ...)

# S3 method for matrix is.zero(x, ...)

Value

logical

Arguments

x

an R object

...

additional arguments

Methods (by class)

  • is.zero(default): The is.zero.default definition

  • is.zero(matrix): The is.zero.matrix definition