-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathRcppOctave-package.Rd
35 lines (31 loc) · 1.02 KB
/
RcppOctave-package.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/package.R
\docType{package}
\name{RcppOctave}
\alias{RcppOctave}
\alias{RcppOctave-package}
\title{Seamless Interface to Octave -- and Matlab}
\description{
The primary goal is to facilitate the port of Matlab/Octave scripts to R.
The package enables to call any Octave functions from R and as well as browsing
their documentation, passing variables between R and Octave, using R core RNGs
in Octave, which ensure stochastic computations are also reproducible.
}
\examples{
\dontshow{
options(R_CHECK_RUNNING_EXAMPLES_=TRUE) ## roxygen generated flag
}
.CallOctave('svd', matrix(1:9, 3))
o_help('svd')
}
\references{
Eaton JW (2002). _GNU Octave Manual_. Network Theory Limited. ISBN 0-9541617-2-6, <URL: http://www.octave.org/>.
}
\seealso{
See \code{\link{.CallOctave}}, \code{\link{o_source}}, \code{\link{o_help}}
}
\author{
Renaud Gaujoux \email{[email protected]}
Maintainer: Renaud Gaujoux \email{[email protected]}
}
\keyword{package}