Plots in R are a useful tool whose main purpose is to help in graphically presenting data. It can be used to display, compare, composition, distribution, and relationships between variables and data points.

Plots can be of 6 types:
  • Histogram
  • Heatmaps
  • Correlogram
  • Scatterplot
  • Box plot
  • Bar/Line Chart

Note: R's core is actually an interpreted computer language allowing the branching and looping along with modular programming using functions. Read more of our r interview questions to understand the core of this language and its workings

BY Best Interview Question ON 14 Jul 2020