Displaying 1 result from an estimated 1 matches for "nmloverviewarray2".
2010 Jan 20
2
How do I juxtapose two lattice graphs with common X axes such that the X axes line up?
...e to juxtapose two lattice graphs with common X axes such that the X axes line up. I am using plot right now but the edges are not neat and it would be nice if I could just draw 1 X axis and not both of them.
Here is my code:
upper<-bwplot(SignalUsed~as.factor(AllNormalHitsNamesCount),data=NmlOverviewArray2,
xlab="",
ylab="Intensity of Individual Antibody Responses",
main="Intensity, Frequency, Distribution, & Quantity of Normal Antibody Responses",
box.ratio=1,
panel = function (AllNormalHitsNamesCount,...) {
panel.bwplot(...)
}
)
lower<-barchart(as.vec...