- 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=.
推薦閱讀
- 移動UI設計(微課版)
- 深入淺出Electron:原理、工程與實踐
- Java加密與解密的藝術(第2版)
- Android 7編程入門經典:使用Android Studio 2(第4版)
- ASP.NET動態網頁設計教程(第三版)
- GitLab Repository Management
- HDInsight Essentials(Second Edition)
- C語言課程設計
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Spring Boot+Vue全棧開發實戰
- App Inventor創意趣味編程進階
- Hadoop 2.X HDFS源碼剖析
- 零基礎學C語言(第4版)
- JQuery風暴:完美用戶體驗
- Practical Predictive Analytics