https://github.com/cran/pracma
Raw File
Tip revision: 8ce01a0ebcafaba3021c8ae0ffb447eeed46ed90 authored by HwB on 28 October 2012, 00:00:00 UTC
version 1.2.5
Tip revision: 8ce01a0
blanks.Rd
\name{blanks}
\alias{blanks}
\title{String of Blank Carakters}
\description{
  Create a string of blank characters.
}
\usage{
blanks(n)
}
\arguments{
  \item{n}{integer greater or equal to 0.}
}
\details{
  \code{blanks(n)} is a string of \code{n} blanks.
}
\value{
  String of \code{n} blanks.
}
\seealso{
\code{\link{deblank}}
}
\examples{
blanks(6)
}
\keyword{ string }
back to top