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

Getting ready

Having the car package is a requirement here:

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

Now that we are locked and loaded, let's code.