Preface

R provides a powerful infrastructure for visualizing scientific data and producing publication-quality graphics. A vast number of R packages are available to provide various graphics utilities, centered around one of three primary visualization paradigms

  • Base R graphics (provided by the base and graphics packages)
  • ggplot2 graphics (provided by the ggplot2 and grid packages)
  • Lattice graphics (provided by the lattice package)