R Project – create line chart

R Project – create line chart

The follow along R project in the YouTube video below shows how to load a spreadsheet into an R script, manipulate the data by pivoting columns, and then producing a line chart with data points. The spreadsheet used in the project can be found below. The original...
R Project – create bar chart – uses gglot2 package

R Project – create bar chart – uses gglot2 package

The follow along R project in the YouTube video below shows how to load a spreadsheet into an R script, manipulate the data by removing column/variable, change variable name, and pivot columns, and then producing a bar chart. The spreadsheet used in the project can be...
Which colours make sense for expense movements?

Which colours make sense for expense movements?

Which makes more sense?   The above two waterfall diagrams shows month on month movement of the three expenses which have been grouped together. The waterfall was created using Power BI and the default colours used by Power BI are shown in the top diagram...
RShiny – add catchment areas to a map using geoJSON

RShiny – add catchment areas to a map using geoJSON

This example using RShiny shows how to add polygons to a map from a geoJSON file to show school catchment areas. The school locations are then plotted. The geoJSON file used in this project can be found at:...
TRUE or FALSE? That is the question posed by AND/OR conditions

TRUE or FALSE? That is the question posed by AND/OR conditions

TRUE OR FALSE You are writing software code and into your code you put a condition, for example ‘if A is true or B is true then do X else do Y’. You then test the code output by inputting various values, some will cause A to be TRUE and some will cause A...

Pin It on Pinterest