General musings!Gary Hutson17/08/20180 R Learning – Tutorial 28 – Data Visualisation – Working with chart axes This will show you how to resize, move, change font, reverse order, and more…
General musings!Gary Hutson17/08/20180 R Learning – Tutorial 27 – Data Visualisation – Three Dimensional Scatter Charts These charts do not look particularly nice in R, but this shows an example of how they can be implemented:
General musings!Gary Hutson17/08/20180 R Learning – Tutorial 26 – Data Visualisation – Two Dimension Density Plots This shows how to create a two dimensional density plot:
General musings!Gary Hutson17/08/20180 R Learning – Tutorial 25 – Data Visualisation – Stacked Area Charts This has been included as an example of how to create a stacked area chart. The data to use for this…
General musings!Gary Hutson17/08/20180 R Learning – Tutorial 24 – Data Visualisation – Line Charts Learn how to visualise your data on a line chart, this does not go into the fundamentals of converting your dataset…
General musings!Gary Hutson17/08/20180 R Learning – Tutorial 23 – Data Visualisation – Scatter Charts Want to visualise the correlation between two variables, this is where the scatter chart comes in:
General musings!Gary Hutson17/08/20180 R Learning – Tutorial 22 – Data Visualisation in R – Box and Whisker Plots Learn how to create the box plot (shorthand for box and whisker plots):
General musings!Gary Hutson17/08/20180 R Learning – Tutorial 21 – Data Visualisation – Bar Charts Learn how to create everyone’s favourite chart – the bar chart:
General musings!Gary Hutson17/08/20180 R Learning – Tutorial 20 – Data Visualisation – Histograms Learn the purpose and creation of histograms in R:
General musings!Gary Hutson17/08/20180 R Learning – Tutorial 19 – Data Visualisation – understanding ggplot2 and charting This will teach the concepts of how R works and the layering of something called “the grammar of graphics”: