Description Usage Arguments Value Examples
bidirected types exist on a continuum with positive and negative values with no preferred direction (as opposed to temporal types where time moves forward, for example)
1 |
x |
an object to test |
TRUE if x is Bidirected
1 2 | is.bidirected(c(1,2,3)) # TRUE
is.bidirected(c('1','2','3')) # FALSE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.