Intro to R Markdown and how to format data tables in R Markdown
How to Create GPS Heatmaps in ggplot
Create heat maps from GPS data using R
[VIDEO]How To Use R With Sport Science Data: Practical Demonstration 1
First video in a series where we cover R basics
Exploration of Predictive Analytics: Training Load Prediction
Linear regression to predict training load
How To Speed Up Analysis in R: Peak Period Data Extraction
Previously we looked at how to generate a minute by minute profile based off raw GPS data. Today we will go a step further and generate peak period data utilising some of the methods outlined recently on speeding up analysis in r. First, let's go through the difference between the two approaches. A minute by... Continue Reading →
Visuals With R: Multiple Plots
Introducing facets to our plots
Visuals in R: Minute by Minute GPS Data
First look at how to create visuals in R
Why Use R(ggplot2) to Create Graphs?
Introduction to visuals in R (and ggplot)
How To Produce Minute By Minute Data From 10Hz Data: Rolling Averages
Adding rolling average data to our raw data analysis
How To Produce Minute By Minute Data From 10Hz Data – Multiple Files
Building in the previous post, here we cover analysing multiple files together.