Translated ownNum2Str
This commit is contained in:
parent
98691963ec
commit
09c9f0924b
5 changed files with 66 additions and 38 deletions
17
man/ownNum2Str.Rd
Normal file
17
man/ownNum2Str.Rd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/ownNum2Str.R
|
||||
\name{ownNum2Str}
|
||||
\alias{ownNum2Str}
|
||||
\title{Own number to string}
|
||||
\usage{
|
||||
ownNum2Str(number)
|
||||
}
|
||||
\arguments{
|
||||
\item{number}{number}
|
||||
}
|
||||
\description{
|
||||
Own number to string
|
||||
}
|
||||
\note{
|
||||
On Matlab, if number is NaN the output is 'NaN'. Here, the output will be an error. Also, the function belo expects "number" to have length one, whereas Matlab accepts vectors.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue