File: rev.booltype.Rd

package info (click to toggle)
r-cran-bit 4.0.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 996 kB
  • sloc: ansic: 5,083; makefile: 6
file content (34 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bit.R
\name{rev.booltype}
\alias{rev.booltype}
\alias{rev.bit}
\alias{rev.bitwhich}
\title{Reversing bit and bitwhich vectors}
\usage{
\method{rev}{bit}(x)

\method{rev}{bitwhich}(x)
}
\arguments{
\item{x}{bit or bitwhich object}
}
\value{
An object of class 'bit' or 'bitwhich'
}
\description{
Creating new bit or bitwhich by reversing such vectors
}
\examples{

 rev(as.bit(c(FALSE,TRUE)))
 rev(as.bitwhich(c(FALSE,TRUE)))
}
\seealso{
\code{\link{rev}}, \code{\link{bit}} , \code{\link{bitwhich}}
}
\author{
Jens Oehlschlägel
}
\keyword{classes}
\keyword{logic}