Displaying 1 result from an estimated 1 matches for "tmax_out".
Did you mean:
max_out
1999 Aug 03
1
legend in coplot output
...c("Kmin","Kmax")),
Ph1 = structure (factor ( c(1,1,3,2,3,3,2,3,2,1),levels=1:3),.Label=c("Pmin","Pmean","Pmax")),
Th1 = structure( factor( c(1,1,2,4,3,3,2,4,2,1),levels=1:4),.Label=c("Tmin_in","Tmax_in","Tmin_out","Tmax_out"))),
row.names = c("At1","At2","At3","At4","At5","At6","At7","At8","At9","At10"), class="data.frame")
i tried to do:
>cores<-structure(factor( c(1,1,2,4,3,3,2,4,2,1),levels=1:4...