File: print.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 (22 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/bit.R
\name{print.bit}
\alias{print.bit}
\title{Print method for bit}
\usage{
\method{print}{bit}(x, ...)
}
\arguments{
\item{x}{a bit vector}

\item{...}{passed to print}
}
\value{
a character vector showing first and last elements of the bit vector
}
\description{
Print method for bit
}
\examples{
print(bit(120))
}