Part16 “Base” plots in R

R-base package graphics offers functions for producing many plots, for example:

  • scatter plots - plot()
  • bar plots - barplot()
  • pie charts - pie()
  • box plots - boxplot()
  • histograms - hist()