Skip to content

hamburger1984/fahrrad

Repository files navigation

fahrrad

A little script to collect my bicycling statistics & plot some graphs.

Data is collected in a csv file. R is used to read this file and to create plots.

CSV file stats.csv

  • columns: bike (a name for your bike), date, kilometers on that day, time on that day, V mean (average speed), V max (max speed), total kilometers, total time
  • separator is ','
  • date format dd.MM.yyyy
  • time format HH:mm:ss

Required R packages:

  1. lubridate for datetime stuff
  2. ggplot2 for plotting

Usage

To plot your own statistics, just run make. Several plots will be created in the current folder. My (semi-current) plots are included here.

sample: sample plot, total distance

Have fun!

About

collecting stats..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published