Displaying 1 result from an estimated 1 matches for "avcel".
Did you mean:
accel
2008 Aug 13
3
Comination of two barcharts and one xyplot
...rchart(value~Year.ord|variable,scales=list(y="free",x=list(rot=90)),xlab="Year",ylab="No. of Tests *1000",col="blue")
This plot works just fine. But I want to go beyond this. My first data frame (df1) is :
"Year","KI","G48","AvCell","HB","Htens","Impact","Struct","Tens","Year.ord"
"1","2003",15.53,0.3,0.24,37.45,0.76,1.16,3.02,34.05,"2003"
"2","2005",15.64,0.29,0.33,34.64,1.12,1.78,4.2,32.88,"2005"
&qu...