is_logical_0: is.logical(0)

Description Usage Arguments Value Examples

View source: R/is_logical_0.R

Description

When object is created by the codes x <- integer(); y <- list(); z <- logical(), and if the values is not substituted, then this function return TRUE. This function determine whether the value is assigned or not according to the object size.

2020 Sept 25

Usage

1
is_logical_0(integer_object)

Arguments

integer_object

An object of class integer

Value

A logical

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

BayesianFROC documentation built on Jan. 23, 2022, 9:06 a.m.