runYacas {Ryacas} | R Documentation |
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.
runYacas(method = "system", yacas.args = "", yacas.init = "")
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. |
No return value.
## Not run: yacasRun() ## End(Not run)