Module: R::ExecUniOp

Included in:
Matrix, Vector
Defined in:
lib/R_interface/runary_operators.rb

Instance Method Summary collapse

Instance Method Details

#exec_uni_oper(operator) ⇒ Object





32
33
34
# File 'lib/R_interface/runary_operators.rb', line 32

def exec_uni_oper(operator)      
  R::Support.exec_function_name(operator, @r_interop)
end