- 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
推薦閱讀
- Clojure Programming Cookbook
- Getting started with Google Guava
- Beginning Java Data Structures and Algorithms
- Learning Python Design Patterns(Second Edition)
- Java EE 7 Development with NetBeans 8
- Serverless computing in Azure with .NET
- Python High Performance Programming
- Spring Boot+MVC實戰指南
- Java程序設計教程
- Visual Basic程序設計基礎
- Mastering Unreal Engine 4.X
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序
- MySQL核心技術與最佳實踐
- Roslyn Cookbook
- React.js 16從入門到實戰