Displaying 1 result from an estimated 1 matches for "studentspass".
Did you mean:
studentspassed
2010 Feb 09
1
Bar plot
Hello
(this might be a very simple question)
My data is as follows (table name is student)
Year StudentsPassed
1 2000 300
2 2001 360
3 2002 450
4 2003 450
5 2004 270
6 2005 280
7 2006 400
8 2007 270
I want to plot a barplot so for this
If I use barplot(students) it says "Error in barplot.default(students) :
'height' must be a vector or a matrix"
so I u...