Plotting Graphs in R
Visualizing data can sometimes help people understand it better. As a data analytics platform, R provided some advanced plotting functions. In this post, you will learn how to use the built-in plot functions to create some common visualization. Specifically, you will learn how to create:
- Line plot
- Scatter plot
- Pie charts
Let’s get started.
Overview
This post is divided into two parts, they are:
- Plotting a Function
- Plotting a Data Frame
Plotting a Function
Let’s consider the most basic plot