/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

finnstats.com
| | aosmith.rbind.io
5.0 parsecs away

Travel
| | Since January is the month for analyzing last year's data, I take a quick look at my 2017 gas mileage in my commuter car (Fiesta! ?). I use package googlesheets for reading data, skimr for a quick summary of the dataset, and ggplot2 for plotting.
| | datasciencetut.com
4.9 parsecs away

Travel
| | Rounded corner bar plot in R, we'll show you how to use the ggchicklet package in the R to make a ggplot2 bar chart with rounded bars.
| | jaketae.github.io
5.4 parsecs away

Travel
| | In this post, we will continue our journey down the R road to take a deeper dive into data frames. R is great for data analysis and wranging when it comes to dealing with tabular data, especially thanks to the dplyr package, which is R's equivalent of Python's pandas.
| | statsandr.com
34.7 parsecs away

Travel
| Learn how to create professional graphics and plots in R (histogram, barplot, boxplot, scatter plot, line plot, density plot, etc.) with the ggplot2 package