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

Getting ready

Previous recipe had car package installed. If you did not run the previous recipe, you can simply run the following code:

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

Now our data set will be available.