Displaying 1 result from an estimated 1 matches for "behaind".
Did you mean:
begain
2010 Feb 07
4
x-axis plot problem
Hi all,
I tried to have plot of many vector in one plot and i have got a nice plot
but i have problem with x-axis. I want to have month and year only(Jul.07
means July 2007) in x-axis without appearing other number behaind it.
I would appercit any help.
The R code:
F<-c(7.49,6.91,6.78,6.99,7.44,7.42)
M<-c(4.81,4.51,5.21,4.65,4.75,3.86)
P<-c(7.49,15.03,15.19,15.32,15.42,15.45)
B<-c(16.24,15.87,12.94,11.82,10.86,9.61)
time<-c("Jul/07","Aug/07","Sep/07","Oct/07"...