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 3D plotting for the programmer. We will use the following packages in the examples:

  • car: This stands for Companion to Applied Regression

  • copula: This has multivariate dependence with copulas

  • lattice: This has a high-level data visualization system, especially for multivariate data

  • rgl: This provides 3D visualization using OpenGL

  • vrmlgen: This provides 3D visualization

  • Rcpp: This gives C++ integration with R

  • swirl: This provides R training in R