Minor improvements to translator function
This commit is contained in:
parent
4d2a00403b
commit
97af90d05d
2 changed files with 24 additions and 1 deletions
22
man/matlab2r.Rd
Normal file
22
man/matlab2r.Rd
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/matlab2r.R
|
||||
\name{matlab2r}
|
||||
\alias{matlab2r}
|
||||
\title{Convert Matlab function to R}
|
||||
\usage{
|
||||
matlab2r(filename, saveOutput = FALSE)
|
||||
}
|
||||
\arguments{
|
||||
\item{filename}{name of the file}
|
||||
|
||||
\item{saveOutput}{if `TRUE`, `filename` is overwritten. Defaults to `FALSE`}
|
||||
}
|
||||
\value{
|
||||
text converted to R, printed to screen or replacing input file
|
||||
}
|
||||
\description{
|
||||
Performs basic syntax conversion from Matlab to R
|
||||
}
|
||||
\author{
|
||||
Waldir Leoncio
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue