File: is.na.bit.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 (32 lines) | stat: -rw-r--r-- 632 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bit.R
\name{is.na.bit}
\alias{is.na.bit}
\alias{is.na.bitwhich}
\title{Test for NA in bit and bitwhich}
\usage{
\method{is.na}{bit}(x)

\method{is.na}{bitwhich}(x)
}
\arguments{
\item{x}{a \code{\link{bit}} or  \code{\link{bitwhich}} vector}
}
\value{
vector of same type with all elements \code{FALSE}
}
\description{
Test for NA in bit and bitwhich
}
\section{Functions}{
\itemize{
\item \code{is.na.bitwhich}: method for \code{\link{is.na}} from \code{\link{bitwhich}}
}}

\examples{
is.na(bit(6))
is.na(bitwhich(6))
}
\seealso{
\code{\link{is.na}}
}