Displaying 1 result from an estimated 1 matches for "rnase".
Did you mean:
rbase
2010 Nov 10
0
error bars in lattice barchart
...n = list(border
= 'black', col = c('white', 'gray', 'black'))),
par.strip.text = list(cex=0.9),
auto.key = list(space = 'top', columns = 3, cex = 0.7),
# key = key.variety,
# index.cond = list(c('tRNA', '5S rRNA', 'SRP RNA', 'RNase P', '16S
rRNA')),
# index.cond = list(rep(1,6)),
# ylim = my.ylim,
scales = list(x = list(rot = 45), y=list(tck = 0.4, rot = 0, relation =
'free')),
ly = benchmark$Score - benchmark$Error,
uy = benchmark$Score + benchmark$Error,
prepanel = prepanel.ci,
panel.groups =...