rpy2 - taoualiw/My-Knowledge-Base GitHub Wiki
RPy : - RPy is a simple, easy-to-use interface to R from Python.
- It enables to access to the rich graphical and statistical capabilities of R from Python.
Use
: - The Python class instance r includes various functions for remote execution of R commands
python from rpy2.robjects import r
- To install a missing R package such as aplpack for special data plots
conda install -c conda-forge r-aplpack