library(TSA) data(hare) ?hare hare time(hare) plot(hare) plot(hare, type='b') data(color) ?color plot(color,type='b') data(electricity) ?electricity plot(electricity) # The features in a time plot can be seen more clearly if it is scaled # so that lines are in 45 or -45 degrees.