search for: yat

Displaying 20 results from an estimated 38 matches for "yat".

Did you mean: at
2011 Aug 12
1
current.panel.limits() of lattice returning NaN limits - why?
...r to calculate anything sensible. An illustration: Given this axis function: vs.axis <- function(...){ xlim <- current.panel.limits()$xlim ylim <- current.panel.limits()$ylim # Debug code print(list(ylim=ylim,xlim=xlim)) xat <- pretty(seq(xlim[1],xlim[2],100),n=5) yat <- pretty(seq(ylim[1],ylim[2],100),n=4) xlab <- sub("-","",as.character(xat)) ylab <- sub("-","",as.character(yat)) panel.axis(side="top",at=xat,labels=xlab) panel.axis(side="right",at=yat,labels=ylab) } and the attac...
2012 Nov 04
2
[LLVMdev] Volunteers needed to moderate sessions and staff registration desk!
...gnostics, anyway? - Matt Beaumont-Gay, Google Shevlin Park: A C++ AMP implementation in Clang/LLVM using OpenCL - Dillon Sharlet, Intel Moderator #5 (2-3:30, Regency 1) TBAA in LLVM - Dan Gohman, Google Generating Hardware Description with the Target-Independent Code Generator - Hongbin Zheng, Sun Yat-sen University Moderator #6 (4:30-5:15, Regency 2): Zero-Cost Abstractions and Future Directions for Modern Optimizing Compilers - Chandler Carruth, Google Moderator #7 (4:30-6:00, Regency 1): Building a Checker in 24 hours - Anna Zaks, Apple Lightning Talks Thanks, Tanya -------------- next p...
2018 May 08
1
Proposed speedup of ifelse
...st) != "logical") storage.mode(test) <- "logical" if (length(test) == 1 && is.null(attributes(test))) { if (is.na(test)) return(NA) else if (test) { if (length(yes) == 1) { yat <- attributes(yes) if (is.null(yat) || (is.function(yes) && identical(names(yat), "srcref"))) return(yes) } } else if (length(no) == 1) { nat <- attributes(no)...
2001 Aug 30
1
How to get ``nn%'' in axis values
I would like to make the print format of the axis value labels appear as ``nn%'' instead of just the numbers. Is there a way to do this? Also, the x axis value labels on my horizontal barplot are rotated 90 degrees (perpendicular to the axis) no matter what I do. I tried las=1 but that didn't work. Is this doable? Thanks. $platform [1] "i686-pc-linux-gnu" $arch [1]
2012 Nov 06
0
[LLVMdev] Volunteers needed to moderate sessions and staff registration desk!
...tgers University > Integrated Security, using LLVM for Dynamic and Static Security Tasks- Jared Carlson, GoToTheBoard > Moderator #5 (2-3:30, Regency 1) > TBAA in LLVM - Dan Gohman, Google > Generating Hardware Description with the Target-Independent Code Generator - Hongbin Zheng, Sun Yat-sen University I also need some more volunteers for the registration desk. This is actually a great opportunity for you to meet people! So if you can do it during any of the sessions, please let me know. While we get company sponsorship, the LLVM conference is run by volunteers (including mysel...
2006 Oct 02
2
xyplot Graphic Help
...scales=list(x=list(relation="free", cex=2),y=list(cex=2)), prepanel=function(x,y,... ) { # yy <- y[,drop=TRUE] xx <- x[,drop=TRUE] list(xlim=levels(xx), # ylim=levels(yy), xat=sort(unique(as.numeric(xx))) # yat=sort(unique(as.numeric(yy))) ) }, panel=function(x,y,subscripts,m=a, ...) { # yy <- y[,drop=TRUE] panel.xyplot(x,y,...) panel.abline(h=m[subscripts],col="red") panel.abline(h=mean(y,na.rm=TRUE),col="green") #...
2024 Jan 08
1
how to specify uncorrelated random effects in nlme::lme()
...ncorrelated random effects. For example, a random intercept and a random slope. In package lme4, we can specify&nbsp;x + (x ll g) to realize, but how in nlme? Thanks! ???????????????????????? Zhen Wang Graduate student, Department of Medical Statistics, School of Public Health, Sun Yat-sen University E-mail:&nbsp;wangzh597 at mail2.sysu.edu.cn ?? ????????????????2022?????? [[alternative HTML version deleted]]
2006 May 13
0
RE: snmp and asterisk
I use res_snmp.so with asterisk do you provide mib --- David Yat Sin <davidy@sangoma.com> a ?crit : > Hi Harry, > The Sangoma Card when used for TDM Voice will work > under zaptel, so you > would need to perform the SNMP through Asterisk. > > Regards, > David Yat Sin > Sangoma Technologies > (905) 474 1990 x119 > (800) 388 2...
2003 Dec 24
0
Re: Simulation with Packet Lost and Packet Delays (How to set up a Linux Router between two subnets?)
>From: Stef Coene <stef.coene@docum.org> >To: tony.cheung@asiayeah.com, > Tony Yat-Tung Cheung <dragonman@asiayeah.com>, lartc@mailman.ds9a.nl >Subject: Re: [LARTC] Simulation with Packet Lost and Packet Delays >Date: Mon, 22 Dec 2003 17:03:27 +0100 > >On Sunday 21 December 2003 16:31, Tony Yat-Tung Cheung wrote: > > >>Hi All, >> >>I wo...
2011 Aug 02
1
lattice: index plot
...whether there is a more straightforward way? By the way, if I do not specify the ylim in the prepanel function the plot is clipped, but reading Deepayan's book, p.140 : "[...], so a user-specified prepanel function is not required to return all of these components [i.e. xlim, ylim, xat, yat, dx and dy]; any missing component will be replaced by the corresponding default." I'd understand that if I do not specify ylim it is calculated automatically? Not a big thing though, but it seems to me to be inconsistent. Any help appreciated. KR, -Thorn
2008 Nov 20
1
Math Expression in 3D Plots
...;- (beta.dist + 2*beta.dist2*dist)*delta.dist + beta.dist2*delta.dist^2 return(delta.yrsed) } plot.deeffect <- function(scolor="blue") { delta.dist <- dist <- seq(0, 16, .5) delta.yrsed <- outer(dist, delta.dist, fn.delta.yrsed) rgl.open() bbox3d(xat=seq(0, 16, 2), yat=0:5, zat=seq(0, 16, 2), color="black") title3d(main="Effect of Change in dist on yrsed", pos=c(NA, 8, 0), color="black") title3d(xlab="dist", pos=c(NA, 0, -3), color="black") title3d(ylab="delta_yrsed", pos=c(12, NA, -3), c...
2006 May 12
3
monitoring sangoma cards via snmp
Hello, Digium does not provide snmp support to monitor their cards ! Anybody has tried Sangoma product A104 Quad T1/E1 or others ? Regards harry ___________________________________________________________________________ Yahoo! Mail r?invente le mail ! D?couvrez le nouveau Yahoo! Mail et son interface r?volutionnaire. http://fr.mail.yahoo.com
2006 May 11
3
sangoma A102 installation question
Hi! I've went through the READMEs and could not answer this question: During installation, the Setup program asks: Would you like update/upgrade wanpipe drivers? (y/n) For a pure Asterisk TDM installation - is it required to patch the kernel or is this only when using the sangoma cards as WAN router? regards klaus
2018 May 03
2
Proposed speedup of ifelse
> I propose a patch to ifelse that leverages anyNA(test) to achieve an > improvement in performance. For a test vector of length 10, the change > nearly halves the time taken and for a test of length 1 million, there > is a tenfold increase in speed. Even for small vectors, the > distributions of timings between the old and the proposed ifelse do > not intersect. For smaller
2007 Jan 03
4
Sangoma Remora A202
Hi - I just got a Sangoma A200 card with a single 2FXO module and what appears to be an empty module. I put the card in my Dell GX260, but the power light on the front of the box just blinks and won't power up. I did take the power cable from the CDROM to put on the card - I don't need the CDROM right now.. I'm looking for direction in getting this card working - I currently
2008 May 06
1
Plotting separate populations in scatterplot3d
Hi, I'm having trouble plotting populations as separate colors and points in the 3d scatterplot package. I have a column with 4 different population names and 3 columns with my data. I want to plot each population with a different color and pch. In addition, I want to use the type="h" in my plotting so that I can see the points clearly in my graph( for publication purposes).
2008 May 03
4
interactive rotatable 3d scatterplot
I would like to create a 3d scatterplot that is interactive in the sense that I can spin it on its axes to better visualize some PCA results I have. What are the options in R? I've looked at RGL and perhaps it will suffice but it wasn't apparent from the documentation I found. Any demo scripts available for a package that will work? Mark -- Mark W. Kimpel MD ** Neuroinformatics **
2007 Apr 18
0
kilolarınızdan memnunmusunuz
...kurma maliyetinin =E7ok paha= l=FD oldu=F0unu ve bu i=FEletmelerin bir=E7o=F0unun ilk y=FDllar=FDnda kapa= nmak zorunda kald=FD=F0=FDn=FD biliyor muydunuz? Herbalite ile kendi i=FEin= izi y=FCr=FCtme zorlu=F0unun =F6n=FCne ge=E7mekteyiz. Stok tutma zorunlulu= =F0u, sabit genel giderler ve y=FCksek yat=FDr=FDm maliyetlerine gerek yok,= Herbalife'la =E7al=FD=FEmak i=E7in Uluslararas=FD i=FE Paketi'ni edinmeniz= yeterli! =DDster sonu belirsiz bir i=FEte m=FCcadele ediyor olun ister ekstra bir ge= lir ama=E7l=FDyor olun, Herbalife size iyi bir =DD=FE F=FDrsat=FD sunmaktad= =FDr. Herbalife...
2006 Sep 15
2
dotplot, dropping unused levels of 'y'
In dotplot, what's the best way to suppress the unused levels of 'y' on a per-panel basis? This is useful for the case that 'y' is a factor taking perhaps thousands of levels, but for a given panel, only a handfull of these levels ever present. Thanks, Ben
2007 Apr 18
0
kilolarınızdan memnunmusunuz
...kurma maliyetinin =E7ok paha= l=FD oldu=F0unu ve bu i=FEletmelerin bir=E7o=F0unun ilk y=FDllar=FDnda kapa= nmak zorunda kald=FD=F0=FDn=FD biliyor muydunuz? Herbalite ile kendi i=FEin= izi y=FCr=FCtme zorlu=F0unun =F6n=FCne ge=E7mekteyiz. Stok tutma zorunlulu= =F0u, sabit genel giderler ve y=FCksek yat=FDr=FDm maliyetlerine gerek yok,= Herbalife'la =E7al=FD=FEmak i=E7in Uluslararas=FD i=FE Paketi'ni edinmeniz= yeterli! =DDster sonu belirsiz bir i=FEte m=FCcadele ediyor olun ister ekstra bir ge= lir ama=E7l=FDyor olun, Herbalife size iyi bir =DD=FE F=FDrsat=FD sunmaktad= =FDr. Herbalife...