search for: at1

Displaying 3 results from an estimated 3 matches for "at1".

Did you mean: at
2008 Jan 02
6
problem when editing record in polymorphic relation
...3 | CI3 | 1 | HardwareCi 4 | CI4 | 2 | HardwareCi The table, software_cis ,contains the following records ===================================================== id | asset_tag | status | version ----+-------------------+---------+--------- 1 | AC Logix - AT1 | Status2 | 1.0 2 | RR Logix AT2 | Status3 | 2.3 The table, hardware_cis ,contains the following records ===================================================== id | asset_tag | status | version ----+-------------------+---------+--------- 1 | HCL - AT1 | Status1 | 1.0...
2010 Nov 19
1
negative axis values in image() and scalebar in cor.plot() {psych}
...nt the scalebar to have a reasonable number of tick marks/labels, say seq(from = zlim[1], to = zlim[2], by = 0.1) for a given zlim, e.g. zlim=c(-1,1). So for matrix r, I have modified the relevant bit in cor.plot to ... nf <- dim(r)[2] nvar <- dim(r)[1] ... if (show.legend) { # at1 <- (0:(nf))/(nf) at2 <- seq(from = zlim[1], to = zlim[2], by = 0.1) abline(v = (nf - 0.5)/nf) axis(4, at = at2, labels = at2, las = 2, ...) } However, only values between 0 and 1 are used on the axis label. I believe this has to do with the analogous behavior in i...
1999 Aug 03
1
legend in coplot output
...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),.Label=c("red","g...