Install the rJava Package in R
Posted on Dec 10, 2013 in Software • Tagged with R, rJava, Java, Linux
Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.
The most convenient way is to install the corresponding Linux package if exists.
sudo apt-get install r-cran-rjava
However, this Linux package is often outdated …
Continue reading
A matrix or an array in R is essentially a vector with dimension attribute.
For this reason, no matter you pass a vector, matrix or an array …