https://github.com/cran/pracma
Raw File
Tip revision: 392ae21a013fb3f518e8f9eb8efb458a55a2eca2 authored by HwB on 09 April 2011, 00:00:00 UTC
version 0.3-0
Tip revision: 392ae21
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