- Modern R Programming Cookbook
- Jaynal Abedin
- 75字
- 2021-07-08 09:48:27
Getting ready
Suppose you are interested in visualizing your data using the ggplot2 library, but when you call the library using the library(ggplot2) code, you end up getting an error saying that ggplot2 is not found. Now, you need to install ggplot2. In this recipe, you will install the following libraries from the sources mentioned:
- The ggplot2 library from CRAN
- The devtools library from CRAN
- The dplyr library from GitHub
- The GenomicFeatures library from BioC
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Kibana Essentials
- Julia Cookbook
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- 碼上行動:用ChatGPT學會Python編程
- 深入RabbitMQ
- Learning OpenStack Networking(Neutron)(Second Edition)
- Advanced Express Web Application Development
- Java程序員面試筆試寶典(第2版)
- 嵌入式Linux C語言程序設計基礎教程
- 信息學競賽寶典:基礎算法
- TensorFlow程序設計
- 瘋狂Java講義精粹
- 智能優化算法與MATLAB編程實踐
- Hands-On Exploratory Data Analysis with Python