Battle: Dar es Salaam vs Nairobi

Battle: Dar es Salaam vs Nairobi

I told R is just a scripting language. Who told a certain programming language is better than another!? I use C#, C, C++, Java, Vb.net, Python and R they give you the same result.
Usikariri
You like talking but Practically youre Down
Capture.PNG
 
install r and run this
library(plotrix)
y=c(8,120,1000,1500)
labels=c("Modern Toilets","Pit Latrines","Shitting on the Oceon","Shitting on the bush (Annael included)")
pct=round(y/sum(y)*100)
labels=paste(labels,pct)
labels=paste(labels,"%",sep="")
pie3D(y,labels=labels,col=rainbow(length(labels)),explode=0.3,main="Dar es salaam
 
library(plotrix)
y=c(8,120,1000,1500)
labels=c("Modern Toilets","Pit Latrines","Shitting on the Oceon","Shitting on the bush (Annael included)")
pct=round(y/sum(y)*100)
labels=paste(labels,pct)
labels=paste(labels,"%",sep="")
pie3D(y,labels=labels,col=rainbow(length(labels)),explode=0.3,main="Dar es salaam per Residents(%)Toilet Use")
 
Back
Top Bottom