search for: jnk

Displaying 11 results from an estimated 11 matches for "jnk".

Did you mean: jne
2000 Mar 18
0
abline(coef=c(1,1)) different behavoir to screen andpostscript 1.00 under windows
Hi - The problem is with two abline(s). Attached are: 1) jnk.r to run program 2) jnk.rin the data 3) jnkps.eps the postscript output 4) jnkscreen.bmp (from photoshop after bmp copy to clipboard) in jnk.zip the eps and bmp are different on my machine (windows 2000) any suggestions appreciated bob >>> Diego.Kuonen at epfl.ch 03/18/00 08:24AM &...
2000 Oct 12
2
getting a windows environment variable in r
...command (e.g. set dog=cow) in a rterm session on rterm 1011 under windows 2000. if I try in a dos window: set dog=cow echo %dog% i get cow (what I want) then i start rterm system("echo %dog%",intern=T) gives "%dog%" I can of course do something like set dog=cow echo %dog% >jnk.rin and then start rterm and jnk<-read.table("jnk.rin") wantthis<-as.character(V1[1]) wantthis now has what I want Are there simpler methods? thanx Bob Sandefur -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://...
2000 Mar 18
1
abline(coef=c(1,1)) different behavoir to screen and postscript 1.00 under windows
hi listees- Running windows 2000 and r 0.99 or 1.00; I get different lines on screen and print out: > j<-read.table("jnk.rin",head=T,sep="\t") > attach(j) > #gives lines I want > qqnorm(Dog,pch="o",main="Cumulative Frequency Log Dog Size",log="y",sub="Figure 2",x =c(-3,3),ylim=c(2000,1000000)) > abline(coef=c(3.75,.80)) > abline(coef=c(3.90,.14)) &...
1999 Oct 21
1
left.solve
...DFBETAS # Argument relsize changes proportional circles relative size # Argument res=T plots residuals instead # Argument f=2/3, e.g. sets neighbor fraction for lowess line partreg_function(xlst, yname, outname, df, proportional=F, relsize=1, main=NULL, tcex=1, cex=1, id=F, ares=F, f=NULL) { jnk_par("fig") relsize_relsize*(jnk[2]-jnk[1])*(jnk[4]-jnk[3]) if (!is.character(xlst)) xlst_names(df)[xlst] if (!is.character(yname) || !is.character(outname)) stop("yname and outname must be in quotes") if (length(xlst[xlst==yname])==1) xlst_xlst[xlst!=yname]...
2004 Aug 20
1
kernel patch for ipp2p 0.6 ?
On the ipp2p web site, on the download section (http://rnvs.informatik.uni-leipzig.de/ipp2p/index_en.html) there is no kernel patch for ipp2p 0.5c or for ipp2p 0.6. Just the source for the iptables module. Is there something missing ? Do I not have to patch the kernel for 0.5c or 0.6 ? jnk _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2010 Nov 10
0
Retrieve all names of nested list and index list based on these names
...list.obj, do.basename=TRUE, do.name.chain=TRUE, buffer, ... ) { if(!exists("index", buffer)) { buffer$index <- new.env(parent=emptyenv()) buffer$index <- NULL buffer$name <- NULL } jnk <- sapply(1:length(list.obj), function(x) { list.branch <- list.obj[x] list.branch.nme <- names(list.branch) if(do.basename) list.branch.nme <- basename(list.branch.nme) list.obj.updt <- list.branch[[1]] # UPDATE B...
2010 Nov 11
4
How to get a specific named element in a nested list
Hello, I have a nested named list structure, like the following: x <- list( list( list(df1,df2) list(df3, list(df4,df5)) list(df6,df7))) with df1...d7 as data frames. Every data frame is named. Is there a way to get a specific named element in x? so, for example, x[[c("df5")]] gives me the data frame 5? Thank you in advance! Best, Friedericksen
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...gt;1$Q0HT5=QHHO#{`Z|XPJ=Ux2 zZ2Csc{6ExdUUa=+ at gNsxZL)5e0H6}2cF{)r_CN$s*jOwXRx?OI%?F9vrf4M}_`%3u zW-6s#GP$T<?=(#1#C6CXU&QNB?bf+<#UCy at J`ONQyDLj&ioxBsR|AOQ21p3G6dk0? z_VC~m$%jW4{zp6PCqWFTOR*>G{!$3rM)YRszXBkWOO=Xyg_%RpEl(*4eJb8qR<k){ z)<a<;WUSWa^PNGFo3tse?v$lXms6Gm1u{V1R;+jNK|%ieGpzO<?s?YJ8>{JuT>;D> z2Us=chB`=QnPlZ>IuuOos)=jtjGpW6s|caGpYSS- at 50lbGQnF*)Rsosrtvrmcr?VG zd}ukx|LAnpjd=y%55^ukCYrow8=yJY0ZA?Eg3Y5+Owaie+}<GB!Zh;_7Wz>`TVV!< z4M)Z$CHa)Z2r%<;LD=aI)T{8{RLt!Xh_}YC`07NFU%d;kg;J6Yz&P4fUz=?6!byzx z1C2We5Q`_c0Am6m3Dhc*q!;R-IETK>)*1a$W...
2004 Aug 21
1
info an ARES/WAREZ
Hello, I''m blocking/limiting succesfully all P2P activity on our corporate network using linux/ipp2p/connmark. That is, until now. For my colleagues have found a new p2p client to wreck havoc on our DSL line: ARES/WAREZ It seems to be a gnuttela clone, but different enouph for ipp2p not to identify it. I played around a bit with tcpflow with no success of finding
2004 May 20
0
Shaping packets instead of bytes
I want to shape the number of packets a certain class can send to the internet. The size of the packets - and therefore the bytes that are actually send - is not to be taken under considaration. Only that a specific rate of packets can leave for the specific class. I haven''t found a way to do this with any of the qdiscs supplied with the default 2.4.25 kernel (htb, cbq, tbf etc
2002 Dec 19
2
Shaping traffic to local users ?
Hello Is it possible to shape incoming traffic for local linux users ? Iptables can mark packets created from certain pid/uid/gid. Is there a way to do the same for packets _destined_ for some pid/uid/gid so that I can later shape them with IMQ ? Thanks in advance Dimitris Kotsonis _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl