- 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=.
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Clojure Programming Cookbook
- Python概率統計
- Google Apps Script for Beginners
- 摩登創客:與智能手機和平板電腦共舞
- TypeScript實戰指南
- Java編程技術與項目實戰(第2版)
- Scala程序員面試算法寶典
- Keras深度學習實戰
- Python High Performance Programming
- Mastering Backbone.js
- Python入門很輕松(微課超值版)
- 新印象:解構UI界面設計
- Node.js從入門到精通
- 軟件工程與UML案例解析(第三版)