search for: 57772954

Displaying 2 results from an estimated 2 matches for "57772954".

2009 Nov 20
1
how to specify the order of panels with xyplot
...iens chromosome 20 62435964 21 20 NC_000021.7 Homo sapiens chromosome 21 46944323 22 21 NC_000022.9 Homo sapiens chromosome 22 49691432 23 22 NC_001807.4 Homo sapiens mitochondrion 16571 24 23 NC_000023.9 Homo sapiens chromosome X 154913754 25 24 NC_000024.8 Homo sapiens chromosome Y 57772954 > xyplot(hits~bin|chromosomes$name[Chromosome+1],data=hits,horizontal=FALSE,origin=0,lab=c(3,10),pch=20,cex=0.01,layout=c(1,5,5),strip=strip.custom(style=3,bg="grey90",par.strip.text=list(cex=0.5)),as.table=TRUE) I am wondering how to reorder the panels such that they are plotted in...
2009 Oct 21
0
drawing a line indicating extent of each factored data series in multipanel lattice xyplot
...20 NC_000021.7 Homo sapiens chromosome 21 46944323 22 21 NC_000022.9 Homo sapiens chromosome 22 49691432 23 22 NC_001807.4 Homo sapiens mitochondrion 16571 24 23 NC_000023.9 Homo sapiens chromosome X 154913754 25 24 NC_000024.8 Homo sapiens chromosome Y 57772954 xyplot(hits~bin|chromosomes$name[chromosome+1], data=hits, horizontal=FALSE, origin=0, lab=c(3,10),pch=20,cex=0.01, layout=c(1,5,5), strip=strip.custom(style=3, bg="grey90",par.strip.text=list(cex=0.5)), as.table=TRUE, panel=function(x,y,...,length=chromosomes$length[chromosom...