Displaying 1 result from an estimated 1 matches for "summtabl".
Did you mean:
summtable
Equal confidence interval arrowhead lengths across multiple-paneled lattice plots with free y-scales
2007 Nov 15
1
Equal confidence interval arrowhead lengths across multiple-paneled lattice plots with free y-scales
...h across all panels.
I recognize from the help-file that the "length" argument in
panel.arrows is in terms of grid units (which I assume are specific to
the particular panel). Can anybody think of a way to set the length so
that it appears uniform across all panels?
Example code:
summTable<-data.frame("X" = seq(1,12), "Y" =
c(1,8,3,6,6,5,7,3,8,1,10,-2),
"Location" = rep(c("Site1", "Site2"), times = c(6,6)),
"Species" = rep(c("A", "B"), 6)
)
#change scale for Site 1
summTable[1:6,2]...