/gnuR

helpful random code snippets

gnuR

This page contains information about getting started in gnu R.

Personal archive

  • Plotting contains exemplary plots using (mostly ggplot2 by [Hadley Wickham] (http://had.co.nz/))
  • Reshaping data will contain examples of data reshaping
  • Plyring will contain examples that are concerned with slicing, dicing and aggregating data.
  • Forecasting will contain examples on how to forecast given training data a.k.a. historic knowledge, using the excellent forecasting package by Rob J. Hyndman
  • Tables will contain table examples

Introductory material

IDE - Integrated Development Environment

General introduction

Intermediate material

Nice to know

Other authors' recommendations