List some popular data visualization packages in R.

  • ggplot2—the most popular R data visualization package allowing the creation of a wide variety of plots.
  • Lattice—for displaying multivariate data as a tiled panel (trellis) of several plots.
  • Plotly—for creating interactive, publication-quality charts.
  • highcharter—for easy dynamic plotting, offers many flexible features, plugins, and themes; allows charting different R objects with one function.
  • Leaflet—for creating interactive maps.
  • ggvis—for creating interactive and highly customizable plots that can be accessed in any browser by using Shiny’s infrastructure.
  • patchwork—for combining several plots, usually of various types, on the same graphic.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *