Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

EXPERIMENT NO:3

OBJECTIVE:

Q. Tax revenue of India (in crores in Rs) as provided in 1984-


1985 budget, when broken into various sources are given
below:

SOURCE EXCISE CUSTOM CORPERATION INCOME OTHER


S TAX TAX S

TAX 6526 7108 2568 560 763

REVENU
E

Represent above data using Pie Chart.

SOURCE CODE:
>Sources=c(“EXCISE”,”CUSTOM”,”COREPERATION
TAX”,”INCOME TAX”,”OTHERS”)
>Taxrevenue=c(6526,7108,2568,560,763)

>pie(Taxrevenue,main=”PIE CHART OF TAX


REVENUE”,labels=Sources,radius=1,col=c(1,2,3,4,5))

OUTPUT:

You might also like