Displaying 1 result from an estimated 1 matches for "hierarchyto".
Did you mean:
hierarchy
2005 Dec 07
0
organizing plot drawing routines; creating complex expressions
...panel.mean <- function(means,...){
dots <- list(...)
dots$x <- means$data$trial.bin
dots$y <- means$data$Freq
dots$group<-
means$data$expected.hierarchyTo
dots$typ <- "l"
dots$lty <- 3
dots$lwd <- 1
do.call(panel.superpose,dots)
}
arg <- list()
arg$fo...