In this R Tutorial, we will complete data analysis and data visualization with get_map and ggplot of Northern California earthquakes between 2002 and 2018. The earthquake data will be analyzed based on total occurrences in each location and will graphically be displayed. However, for this tutorial, we will only analyze earthquakes…
R Programming
Are you looking to start learning about R programming? Start learning how to use functions in R programming at R-ALGO Engineering Big Data.
- R Data Analysis
Powerball Number Occurrences Using Data Analysis and Visualization with R
by John Wingateby John WingateIn this R Tutorial, we will complete Powerball data analysis based on the total number of occurrences of Powerball numbers. The Powerball data will be analyzed based on total occurrences of the top 5 Powerball winning numbers and the top Powerball number since 2010. Install and Load Packages Below are the…
In this R tutorial, we will be working with a CrossTable for SMS messages to show a prediction of the SPAM messages. There are some added additional parameters to eliminate all unnecessary cell proportions. Also, the dnn parameter is used to relabel row and columns to ‘predicted’ and ‘actual’. Install…
- R Data Visualization
Wikipedia World Population Data Visualization with maptools and ggplot in R
by John Wingateby John WingateIn a previous R Tutorial, Web Scraping Wikipedia World Population with rvest() in R we were able to scrape global population from Wikipedia. Since we were working with 10 countries in the previous tutorial, we will continue to do so moving forward. Install and Load Packages Below are the packages and libraries…
- R Data Visualization
Wikipedia United States Top Cities by Crime Data Visualization with ggmap and ggplot with R
by John Wingateby John WingateIn a previous R Tutorial, Web Scraping Wikipedia United States Top Cities by Crime with rvest() in R, we were able to scrape United States Cities crime rate from Wikipedia. A cool function that we used in this tutorial was write.csv(), which allowed the export of the dataset after it was cleaned.…