r

Prolog files

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