Sunday, 8th March, 2020
BikeShare - Udacity
In this project, I will make use of R to explore data related to bike share systems for three major cities in the United States—Chicago, New York City, and Washington.
In this project you will find three .R files In each file you will find a: -> Question about the dataset -> Answer in the form of a R script -> Interpretation that describes the results of the precedent R script In this project you will have to install and import the ggplot2 library
How to calculate the mode of a dataset: https://www.tutorialspoint.com/r/r_mean_median_mode.htm Edit ggplot2 colors: http://www.cookbook-r.com/Graphs/Colors_(ggplot2)/