Student Reviews
( 5 Of 5 )
1 review
Video of Basic Plots (Part - 4) - How to draw Pie Chart in R language ? in R Programming Language course by Unboxing Big Data channel, video No. 31 free certified online
PIE CHART
It depicts a special chart that uses "pie slices", where each sector shows the relative sizes of data.
R Programming Language uses the function pie() to create pie charts.
Syntax: pie(x, labels, radius, main, col)