Book Image

R for Data Science

By : Dan Toomey
Book Image

R for Data Science

By: Dan Toomey

Overview of this book

Table of Contents (19 chapters)

Packages


In R, there are several packages available that provide plotting functionalities to the programmer. We will use the following packages in the examples:

  • car: With a name that is an acronym for Companion to Applied Regression, this package provides the regression tools

  • lattice: This package provides high-level data visualization

  • gclus: This package has functions to create scatter plots

  • MASS: This has support functions and datasets for Venables and Ripley's MASS

  • ggplot2: This contains the grammar of graphics