R: Data Visualization – Creating Pie Chart, Bar Chart & Line Graph

This article shows how to create Pie chart, Bar chart & Line graph using R Programming Language. Set Working Directory Set a directory where you want to save the image of pie chart, bar chart & line graph. > print (getwd()) # get current working directory [1] "/home/mukesh" > setwd('/home/mukesh/Documents/training') # set working directory > … Read more