module R::ExecBinOp

Public Instance Methods

coerce(numeric) click to toggle source
# File lib/R_interface/rbinary_operators.rb, line 43
def coerce(numeric)
 [R.c(numeric), self]
end
exec_bin_oper(operator, other_object) click to toggle source
# File lib/R_interface/rbinary_operators.rb, line 35
def exec_bin_oper(operator, other_object)
  R::Support.exec_function_name(operator, @r_interop, other_object)
end