6.3 Data used for making the plots

  • Fibonacci sequence
  • aflsmall
  • afl2
  • parenthood
  • afl.finalists

A simple intro to how to make a plot with the Fibonacci sequence data:

Fibonacci <- c( 1,1,2,3,5,8,13 )
plot( Fibonacci )