runYacas               package:Ryacas               R Documentation

_R_u_n _a _y_a_c_a_s _s_e_s_s_i_o_n _d_i_r_e_c_t_l_y.

_D_e_s_c_r_i_p_t_i_o_n:

     This command is typically used without arguments.  It simply runs
     an ordinary interactive yacas session.  Note that this command is
     not used to spawn the yacas server but just to interact directly
     with yacas independently of R.

_U_s_a_g_e:

     runYacas(method = "system", yacas.args = "", yacas.init = "")

_A_r_g_u_m_e_n_t_s:

  method: Can be "system" or "server".  Normally not used. 

yacas.args: Can be used to specify the yacas  command line arguments. 
          Normally this is not used. 

yacas.init: Can be used to specify the yacas command line '--init'
          argument. Normally this is not used. 

_V_a_l_u_e:

     No return value.

_E_x_a_m_p_l_e_s:

     ## Not run: 
     yacasRun()
     ## End(Not run)

