- Modern R Programming Cookbook
- Jaynal Abedin
- 85字
- 2021-07-08 09:48:27
The ggplot2 library
Lets take a look at the following steps to install the ggplot2 library:
- Open the R console or terminal and then type the following command:
install.packages("ggplot2")
The preceding command line will then ask you to select a server as follows:
install.packages("ggplot2")
--- Please select a CRAN mirror for use in this session ---
- It will now install ggplot2 and its dependent libraries. If you want to avoid selecting a mirror server, then you can specify the mirror server within the install.packages() function using repos=.
推薦閱讀
- OpenCV 3和Qt5計(jì)算機(jī)視覺(jué)應(yīng)用開(kāi)發(fā)
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- INSTANT Sencha Touch
- Python應(yīng)用輕松入門
- Java性能權(quán)威指南(第2版)
- concrete5 Cookbook
- MongoDB權(quán)威指南(第3版)
- 琢石成器:Windows環(huán)境下32位匯編語(yǔ)言程序設(shè)計(jì)
- C程序設(shè)計(jì)實(shí)踐教程
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- HTML5與CSS3基礎(chǔ)教程(第8版)
- SignalR:Real-time Application Development(Second Edition)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- scikit-learn Cookbook(Second Edition)
- JavaScript Concurrency