Selecting Our Visualizations (And Knowing the Limitations of R)

As you’ve seen from the previous posts, R can be a pretty complex language, capable of making complex and precise graphs. It’s proven quite useful in making scatterplots with our Cyclistic dataset. In the last post, we finished making a scatterplot that compared Ride Length (Hours) and Trip Distance (Miles) for each rider across the…

Data Visualization with R: Importing the Dataset

In the previous posts, we used SQL to organize the data that had been collected across the whole of 2021. We saved particular queries that offered useful insights into the story that our dataset provides. It’s time to turn these insights into visualizations, in order to will help our stakeholders understand the trends of the…