Re: [R] A question about par.plot in gamlss

2005-07-27 Thread Prof Brian Ripley
As the posting guide says, please ask the package maintainer -- I believe he does not read R-help regularly. Your layout is hard to read (please do use spaces and indentation in posted code), but probably there is a scoping problem with par.plot used inside a function. On Wed, 27 Jul 2005, har

[R] A question about par.plot in gamlss

2005-07-26 Thread hari iyer
Hello I am using the following code to plot a data matrix into a form that seems suitable for the use of par.plot. library(gamlss) a<-matrix(c(1,2,3,4,5,6,7,8,9,8,7,6),nrow=3) rownames(a)<-c("trt1","trt2","trt3") colnames(a)<-c("col1","col2","col3","col4") hpar.plot<-function(ZZ){ ZZvar<-c(t(ZZ))