Displaying 2 results from an estimated 2 matches for "mat2b".
Did you mean:
mat2
2007 Aug 07
2
array
Hello,
I have some files generated from microarray experiments. I used scan() to
read the files, and assigned each file to a unique name with many rows and
columns. Now I want to create a array (ArrayA) with unique names, and I can
use ArrayA[1,2][[6]] to refer the data in each file. Is there any packages
available for array of array?
Thanks!
[[alternative HTML version deleted]]
2012 Sep 14
0
problem with user defined panel function in xyplot
...ng my translate.poly function
s2 <- translate.poly(setdiff(s1, pp2a), yscale = -m)
?
# poly below the baseline
sb2 <- setdiff(pp2, pp1)
?
# poly below
the baseline flipped on top of the base line
sbf2 <-
flip.poly(sb2, dir = "up")
?
y2 <- rep(m1, length(index(ts01)))
mat2b <-
cbind(c(index(ts01)[1],index(ts01), index(ts01)[length(index(ts01))]), c(bl[[1]],
y2, bl[[1]]))
pp2b <-
as(mat2b, "gpc.poly")
?
# poly above
baseline between baseline and first horizontal line at m1
sb1 <-
intersect(pp2b,sbf2)
?
# remaining
polygon
# translate polygon d...