Population Comparison of Bangladesh and Nepal 1971-1980
Posted by mislam on 31st January 2013
The graph shows a comparison of total population of Bangladesh and Nepal during 1971-1980. Over time the population of both countries increased rapidly.The total Population of Bangladesh grew exponentially over the decade. However, in Nepal it grew linearly over the same time period. R code rm(list=ls()) windows(height=10, width=10) #png(“BD_Nepal.png”) BD_Population<-read.table(“BD_population.csv”, sep=”,”, header=T) Nepal.P<-read.table(“Nepal_T_Population.csv”,sep=”,”,header=T) par(oma=c(0,0,0,2)) #par(mar=par()$mar+c(0,0,0,3)) […]
Posted in Uncategorized | 176 Comments »