90725/error-in-library-plotrix-there-is-no-package-called-plotrix
Hi Guys,
I am new to RStudio. I am trying to use the Plotrix library. But I am getting the below error.
Error in library(plotrix) : there is no package called ‘plotrix’
Hi@akhtar,
You can use the install command at the R prompt to install the required package. For example, the following command will install the Plotrix package which is required for 3D charts.
$ install.packages("plotrix")
Hi@akhtar, You need to install the library in ...READ MORE
Hi@akhtar, The matrics library is not available in ...READ MORE
Hi@akhtar, You can find some packages pre-installed in ...READ MORE
Hi@akhtar, You can use the following command in ...READ MORE
Hi@akhtar, In your r studio, the gridExtra module ...READ MORE
Hi@akhtar, You need to install the package in ...READ MORE
Hi@akhtar, It may happen that some libraries are ...READ MORE
Hi@akhtar, You can create a pie chart with ...READ MORE
Hi@akhtar, By default, the cowplot module is not ...READ MORE
Hi@akhtar, You need to install this library in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.