Displaying 3 results from an estimated 3 matches for "g48".
Did you mean:
48
2008 Aug 13
3
Comination of two barcharts and one xyplot
...attach(df1m)
barchart(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,&q...
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains
alphanumeric data. Specifically,"ID" contains integers all preceeded
by the character "g" as in:
g1, g6, g3, g19, g100, g2, g39
I am using the following code:
DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),]
and was hoping it would sort the dataframe by ID in the following manner
g1, g2, g3, g6, g19,
2008 Apr 24
1
[LLVMdev] Question about appending linkage
My apologies for opening up an old thread, but I've been thinking about
this quite a bit lately, and it seems to me that "appending linkage"
would be a lot more useful in general if there was some way to determine
the size of the appended array without having to write a custom pass to
do it. In other words, using the standard llvm tools (llvm-link and
friends), one ought to be