Displaying 4 results from an estimated 4 matches for "avgt".
Did you mean:
avg
2000 Sep 28
0
No subject
....wid2 <- tkbutton(tt2, text="OK", command=function() tkdestroy(tt2))
+ tkpack(lab.wid2, but.wid2)
+ labp <- identify(xd$iv802, xd$PPT, label=xd$FIPS)
+ dev.print(png, "pptlabs.png", width=600,height=600)
+ }
+
+ templabs <- function() {
+ plot(xd$iv802, xd$AVGT)
+ abline(0,1)
+ tt2 <- tktoplevel()
+ tktitle(tt2) <- "Identify Outliers"
+ lab.wid2 <- tklabel(tt2, text="Identify Outliers")
+ but.wid2 <- tkbutton(tt2, text="OK", command=function() tkdestroy(tt2))
+ tkpack(lab.wid2, but.wid2)
+ lab...
2000 Sep 28
1
tcltk package functionality
...quot;)
but.wid2 <- tkbutton(tt2, text="OK", command=function() tkdestroy(tt2))
tkpack(lab.wid2, but.wid2)
labp <- identify(xd$iv802, xd$PPT, label=xd$FIPS)
dev.print(png, "pptlabs.png", width=600,height=600)
}
templabs <- function() {
plot(xd$iv802, xd$AVGT)
abline(0,1)
tt2 <- tktoplevel()
tktitle(tt2) <- "Identify Outliers"
lab.wid2 <- tklabel(tt2, text="Identify Outliers")
but.wid2 <- tkbutton(tt2, text="OK", command=function() tkdestroy(tt2))
tkpack(lab.wid2, but.wid2)
labp <- identi...
2012 Jul 16
2
Suspicious activity on domain
...41 66 50_001_A f
17:46:35.850974 IP pdc-canix.xyzcivitas.com.netbios-ssn >
GBY-PC-125.xyzcivitas.com.1026: Flags [P.], ack 123346, win 65535,
length 1239 NBT Session Packet: Unknown packet type 0x6EData: (41 bytes)
[000] 61 76 67 74 2E 68 74 6D 50 4B 01 02 14 0B 14 00 avgt.htm
PK\0x01\0x02\0x14\0x0b\0x14\0x00
[010] 00 00 08 00 80 96 F7 38 D4 24 0A F9 18 01 00 00
\0x00\0x00\0x08\0x00\0x80\0x96\0xf78 \0xd4$\0x0a\0xf9\0x18\0x01\0x00\0x00
[020] 3A 02 00 00 35 00 00 00 00
:\0x02\0x00\0x005\0x00\0x00\0x00 \0x00
17:46:35.854859 IP GBY-PC-125.xyz...
2000 Sep 29
0
Is it R or I?
...ated in the comments on code where
things go wrong)....
The datafile fia802.dat has 2121 rows and 30 variables...
> R --vsize 50M --nsize 6M --no-restore
R> X11()
R>library(tcltk)
R>source("eda_lmtst.rf")
R>f.eda.lm(
dataset="fia802.dat",
pickall="ALFISOL + AVGT + BD + CEC + CLAY +
ERODFAC +INCEPTSL + JANT + JARPPET + JULT + MAXELV + MAYSEPT + MINELV +
MOLLISOL + OM + PERM + PET + PH + PPT + PROD + ROCKDEP + ROCKFRAG + SLOPE +
SPODOSOL + TAWC + TEXCOARS + TEXFINE + ULTISOL",
pickedlist="BD + CEC + CLAY + ERODFAC + INCEPTSL",
resp="iv802...