- 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
推薦閱讀
- Visual C++程序設(shè)計教程
- Learning NServiceBus(Second Edition)
- C# Programming Cookbook
- 編寫高質(zhì)量代碼:改善Python程序的91個建議
- Visual C++應(yīng)用開發(fā)
- 自然語言處理Python進階
- Jupyter數(shù)據(jù)科學(xué)實戰(zhàn)
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Learning jQuery(Fourth Edition)
- R用戶Python學(xué)習(xí)指南:數(shù)據(jù)科學(xué)方法
- Kivy Cookbook
- Odoo 10 Implementation Cookbook
- Python Interviews
- Scratch·愛編程的藝術(shù)家
- QGIS 2 Cookbook