o_identity: Octave Identity Function

Description Usage Arguments Value Examples

View source: R/base-functions.R

Description

This function calls the Octave function provided by the module shipped with RcppOctave. It Returns its arguments unchanged, and is mainly used to test and check the effect of object conversions between R and Octave.

Usage

1

Arguments

...

any R object supported by RcppOctave.

Value

its argument – list – after its conversion from R to Octave and from Octave to R.

Examples

1
2
3
4
5
6
7

renozao/RcppOctave documentation built on May 27, 2019, 5:52 a.m.