plotrix does not exist!

I type:

require('plotrix')
Here is what I get:

Loading required package: plotrix
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return = TRUE, :
there is no package called ‘plotrix’

CRAN says there is such a package! I use the latest version of R-Studio

Have you installed plotrix already?

install.packages("plotrix")

Also, notice that R and RStudio are two different pieces of software with independent versions

Yes, thank you. I used a wrong command.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.