Translated basic Matlab function blanks()
This commit is contained in:
parent
5fdff9fee2
commit
32e5020d62
4 changed files with 46 additions and 0 deletions
23
man/blanks.Rd
Normal file
23
man/blanks.Rd
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/blanks.R
|
||||
\name{blanks}
|
||||
\alias{blanks}
|
||||
\title{Blanks}
|
||||
\usage{
|
||||
blanks(n)
|
||||
}
|
||||
\arguments{
|
||||
\item{n}{length of vector}
|
||||
}
|
||||
\value{
|
||||
Vector of n blanks
|
||||
}
|
||||
\description{
|
||||
Create character vector of blanks
|
||||
}
|
||||
\details{
|
||||
This function emulates the behavior of a homonimous function from Matlab
|
||||
}
|
||||
\author{
|
||||
Waldir Leoncio
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue