b_real.pl -- Interface predicates to commonly used R functions.
Interface predicates to commonly used R functions. This library allows
Prolog users to do same simple tasks in R with out writing any R code
or call any R functions explicitly.
Dependancies
- aheatmap/2
- depends on R's library "NMF"
- author
- - nicos angelopoulos
- version
- - 0.1.0 2015/6/17
- - 0.1.1 2015/7/24, added gg_bar_plot/2, then on 12/16 added pl_plot_on/2.
- - 0.2 2016/1/23, published
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.
- mtx_column_pheatmap(Arg1, Arg2, Arg3)
- gg_bar_plot(Arg1, Arg2)
- aheatmap(Arg1, Arg2)
- lm_plot(Arg1, Arg2, Arg3)
- vectors_subed_gg_bar_plot(Arg1, Arg2, Arg3, Arg4)
- aheatmap(Arg1)
- columns_fisher_test(Arg1, Arg2, Arg3, Arg4, Arg5)
- mtx_df(Arg1, Arg2)
- mtx_df(Arg1, Arg2, Arg3)
- dot(Arg1, Arg2, Arg3)
- r_mtx(Arg1, Arg2)
- vector_scale(Arg1, Arg2, Arg3)
- pl_plot_on(Arg1, Arg2)
- r_mtx(Arg1, Arg2, Arg3)
- options_rvar_rmv(Arg1, Arg2)
- pl_vector(Arg1, Arg2, Arg3)
- mtx_pheatmap(Arg1, Arg2)