- 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
推薦閱讀
- Java逍遙游記
- PHP動態網站程序設計
- Learning Neo4j
- Practical Data Science Cookbook(Second Edition)
- iOS應用逆向工程(第2版)
- SSM輕量級框架應用實戰
- Visual C++開發入行真功夫
- iOS自動化測試實戰:基于Appium、Python與Pytest
- Visual Studio 2015高級編程(第6版)
- 網絡數據采集技術:Java網絡爬蟲實戰
- Tableau Desktop可視化高級應用
- Java EE 7 with GlassFish 4 Application Server
- Julia數據科學應用
- 計算機應用基礎(第二版)
- Professional JavaScript