Description Usage Arguments Value Examples
comparable types have orderings that can be used for sorting and comparison within set (as opposed to categorical types)
1 |
x |
an object to test |
TRUE if x is Comparable
1 2 | is.comparable(c(1,2,3)) # TRUE
is.comparable(c('1','2','3')) # FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.