R Data Visualization Recipes
上QQ阅读APP看书,第一时间看更新

Getting ready

If you are not sure that you have car package installed, run the following code:

> if( !require(car)){ install.packages('car')}

Time to get hands dirty.