is.discrete | R Documentation |
Each element is discrete class.
is.discrete(data, threshold = 10)
threshold |
It is a continuous variable when the number of unique element is greater than threshold. |
x |
an object to be tested or coerced. |
Jingcheng Yang <yjcyxky@163.com>
library("BioVisReportR") is.discrete(c(1:16))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.