is.discrete: The Theme Utility

View source: R/theme.R

is.discreteR Documentation

The Theme Utility

Description

Each element is discrete class.

Usage

is.discrete(data, threshold = 10)

Arguments

threshold

It is a continuous variable when the number of unique element is greater than threshold.

x

an object to be tested or coerced.

Author(s)

Jingcheng Yang <yjcyxky@163.com>

Examples

library("BioVisReportR")
is.discrete(c(1:16))

go-choppy/ChoppyReportR documentation built on June 9, 2022, 11:49 p.m.