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_data_frame/3Create an R data.frame from the solutions of Goal.Source
r_data_frame_colnames/2ColNames are the column names for DataFrame as a list of atoms.Source
r_data_frame_from_dicts/2Assign the R variable DataFrame the content of Rows.Source
r_data_frame_from_rows/2Assign the R variable DataFrame the content of Rows.Source
r_data_frame_rownames/2RowNames are the row names for DataFrame as a list of atoms.Source
r_data_frame_to_dicts/2Translate a DataFrame into a list of dicts, where each dict represents a row.Source
r_data_frame_to_rows/3Translate a 2-dimensional R dataframe into a list of compound terms, each representing a row.Source
r_expand_dot.plShow source
r_grammar.pl  -- R parser primitivesShow source
r_identifier/1Recognise an R identifier.Source
r_identifier/1True if Atom is a valid R identifier name.Source
r_token/3Get an R token from the input.Source
r_tokens/3Get R tokens in a non-greedy fashion.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