mislam Math 6820 Blog

Another amazing bgsu blog

Archive for January, 2013

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 »

Two Scales of the Graph

Posted by mislam on 28th January 2013

    In order to produce this graph, I have selected the population of Bangladesh from 1971 to 1980; only the population of that period shows the exponential growth.                    

Posted in Uncategorized | 86 Comments »

Unclear Vision in Graphing Data

Posted by mislam on 25th January 2013

  This scatterplot shows the relationship between calories and carbohydrate in different US cereals.  There is a positive relationship between calories and carbohydrate in foods. The more carbohydrate the cereals contain the more calories the cereals have. This graph is drawn by maintaining the principles of clear vision. It is easy to understand the underlying pattern […]

Posted in Uncategorized | 61 Comments »

Tuition Fees over Time at BGSU

Posted by mislam on 18th January 2013

  I had  difficulty adding the text for reference line . I do not know how to add this kind of text showing what the reference line means. In addition, when I open the windows() device for controlling the size of the plot areas, windows() and mtext are not working well.  That’s why ,after blocking […]

Posted in Uncategorized | 7 Comments »

Hello world!

Posted by mislam on 7th January 2013

Welcome to blogs.bgsu.edu This is your first post. Edit or delete it, then start blogging!

Posted in Uncategorized | 6 Comments »

Is Horsepower of a Car Related to Its Mileage?

Posted by mislam on 7th January 2013

Motor Trend magazine collected the horsepower and mileage for 32 cars in the 1973-74 model year.  To see if there is any relationship between horsepower and mileage, I construct a scatter plot of the two variables.     From this scatter plot,  it is clear that the horsepower and mileage are negatively related. The mileage decreases as […]

Posted in Uncategorized | 948 Comments »