r_call.pl -- R plugin for SWISH![]() | ||
---|---|---|
<-/1 | Evaluate Expression, discarding the result. | ![]() |
<-/2 | Assign the result of evaluating the given R Expression to Var. | ![]() |
r/4 | Parse {|r(Arg,...||R-code|} into a the expression below. | ![]() |
r_call/2 | Construct and possibly call an R function. | ![]() |
r_console/2 | Hook console interaction. | ![]() |
r_display_images/1 | Hook to display images. | ![]() |
r_execute/3 | Execute the R command Command after binding the variables in Assignments and unify the result with Result. | ![]() |
r_init_session/1 | Multifile hook that is called after the Rserve server has handed us a new connection. | ![]() |
r_setup_graphics/2 | Setup graphics output using files. | ![]() |
r_open_hook/2 | Called for lazy creation to the Rserve server. | ![]() |
r_data.pl -- R data frame handling![]() | ||
r_expand_dot.pl![]() | ||
r_grammar.pl -- R parser primitives![]() | ||
r_sandbox.pl -- Declare the R API safe![]() | ||
r_serve.pl -- SWI-Prolog Rserve client![]() | ||
r_term.pl -- Translate a Prolog term into an R expression![]() | ||
r_expression/4 | Grammar that creates an R command from a Prolog term. | ![]() |