Displaying 3 results from an estimated 3 matches for "x198".
Did you mean:
198
2010 Oct 26
0
[LLVMdev] Reproducible testcase for r100044
...%texture* %texture, i32 0, i32 4
%texture.data_ptr = getelementptr %texture* %texture, i32 0, i32 6
%x140 = icmp sge i32 %lod, 0
br i1 %x140, label %if-true-block, label %if-false-block
if-true-block:
ret i32 0
if-false-block:
; Commenting the following two lines will avoid the bug
%x198 = getelementptr [13 x i32]* %texture.row_stride, i32 0, i32 0
store i32 1, i32* %x198
%x204 = getelementptr [13 x i32]* %texture.data_ptr, i32 0, i32 0
%x205 = load i32* %x204
ret i32 %x205
; CHECK: # %if-false-block
; CHECK-NEXT: movl $1, 16([[REGISTER:%[a-z]+]])
; CHECK-NEXT: movl...
2008 Jan 31
2
box plot
the data is attached
I want to boxplot this data
y<-read.table("afdmmgs.txt", header=T)
boxplot(y)
Error in oldClass(stats) <- cl :
adding class "factor" to an invalid object
I get this error when I try and plot something with na in it
can boxplot just overlook the na and boxplot the values?
stephen
--
Let's not spend our time and resources thinking about
2009 Jun 24
2
change the height or scale of the y axis
...quot;x181","x182","x183","x184","x185","x186","x187","x188","x189","x190",
"x191","x192","x193","x194","x195","x196","x197","x198","x199","x200")
y<-sample(0:300,200,replace=F)
d<-data.frame(y)
rownames(d)<-x
r<-nrow(d)
i<-1:r
plot(d$y,i,xlab="",ylab="",axes=F)
axis(1)
axis(2,at=i,labels=x)
--
View this message in context: http://www.nabble.com/change-the-height-or...