is.continuous | R Documentation |
Each element is continuous class.
is.continuous(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.continuous(c(1:16))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.