rev.booltype | R Documentation |
Creating new bit or bitwhich by reversing such vectors
## S3 method for class 'bit'
rev(x)
## S3 method for class 'bitwhich'
rev(x)
x |
bit or bitwhich object |
An object of class 'bit' or 'bitwhich'
Jens Oehlschlägel
rev
, bit
, bitwhich
rev(as.bit(c(FALSE,TRUE)))
rev(as.bitwhich(c(FALSE,TRUE)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.