idocs / test1

Apache License 2.0
122 stars 15 forks source link

Popularity of "Greg" chart #1

Open AndreaPalladio opened 10 years ago

AndreaPalladio commented 10 years ago

Hi,

great training material!

In the chapter "summarize" when trying to plot the overall number of "Gregs" born across all the years it should read:

qplot(year, tot, data = greg, geom = 'line')

instead of:

qplot(year, births, data = greg, geom = 'line')

Thanks, Markus