1
0
Fork 0
mirror of https://github.com/josephmisiti/awesome-machine-learning.git synced 2025-05-26 18:32:33 -04:00

Merge pull request #1016 from aaelony/patch-1

Update README.md
This commit is contained in:
Joseph Misiti 2024-12-16 16:26:20 -05:00 committed by GitHub
commit 94f765d720
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1648,6 +1648,7 @@ be
<a name="r-data-analysis--data-visualization"></a>
#### Data Manipulation | Data Analysis | Data Visualization
* [data.table](https://rdatatable.gitlab.io/data.table/) - `data.table` provides a high-performance version of base Rs `data.frame` with syntax and feature enhancements for ease of use, convenience and programming speed.
* [dplyr](https://www.rdocumentation.org/packages/dplyr/versions/0.7.8) - A data manipulation package that helps to solve the most common data manipulation problems.
* [ggplot2](https://ggplot2.tidyverse.org/) - A data visualization package based on the grammar of graphics.
* [tmap](https://cran.r-project.org/web/packages/tmap/vignettes/tmap-getstarted.html) for visualizing geospatial data with static maps and [leaflet](https://rstudio.github.io/leaflet/) for interactive maps