search for: snippa

Displaying 1 result from an estimated 1 matches for "snippa".

Did you mean: snipp
2003 Mar 08
1
FIX: pscales=list(...) and splom
...cales[[i]]$at)) } } } --snappi-- * The labels are still not as expected. To fix these, occurences of "as.character(axls ..." have to be replaced by "labels ..." (see enclosed diff). Now a call like the following works and displays the correct ranges and labels: --snippa-- # Let axes start by 0 and use other decimal separator pscal <- list(1:4) pscal[[1]] <- list(at=seq(0,10,2), lab=paste(seq(0,10,2))) pscal[[2]] <- list(at=seq(0,5,1), lab=paste(seq(0,5,1))) pscal[[3]] <- list(at=seq(0,8,2), lab=paste(seq(0,8,2))) pscal[[4]] <- list(at=seq(0,3,0.5),...