search for: hwi

Displaying 20 results from an estimated 115 matches for "hwi".

Did you mean: hi
2011 Jul 04
1
writeLines + foreach/doMC
...r eqch unique sequence { writeLines(paste(gettable1(uniq.Seq[i]),collapse=" "), fileConn) #write the the results line } close(fileConn) the code excute well, but the problem is that some lines are wired: The header and lot of lines are ok : ReadID Freq Seq LOC_UG Nb_UG_Seq HWI-EA332_0036:5:16:9530:21025#ATGC/1 XXXXXXXXXXXXXXXXXXXX 2 XXXXX_10130:489:+,XXXXX_10130:489:+ 2 HWI-EA332_0036:5:117:6674:4940#ATGC/1 XXXXXXXXXXXXXXXXXXXX 1 XXXXX:432:-,XXXXX:432:- 2 HWI-EA332_0036:5:62:15592:7375#ATGC/1 XXXXXXXXXXXXXXXXXXXX 2 XXXXX_22660:253:+,XXXXX_22660:253:+ 2 H...
2020 Oct 21
2
AES spesification
Dear I use dataset , as called "mpg" This is code ggplot(data=mpg)+ geom_point(mapping = aes(x=displ, y=hwy, colour=year)) But I would like to see only "year of 1999" in this relationship between x and y variables How could I change the code in this direction? I found the following code library(dplyr)year_1999 <- filter(mpg, year=="1999")ggplot(year_1999,
2004 May 07
1
Lattice xyplot - problem trying to produce multiple output files with a 'for' loop
I am stuck on trying to get the Lattice xyplot to output a separate PNG file each time through my 'for' loop. The files get produced but are empty. Here is the code. I'm running 1.9 on Windows. BTW is there a more efficient way of creating the separate output files than looping over the levels and subsetting? ......................................................... lev <-
2006 Jan 23
2
net ads join segmentation fault
...ng global parameters [2006/01/23 12:36:59, 3] param/params.c:pm_process(574) params.c:pm_process() - Processing configuration file "/usr/local/etc/smb.conf" [2006/01/23 12:36:59, 3] param/loadparm.c:do_section(3657) Processing section "[global]" doing parameter workgroup = HWI doing parameter security = ADS doing parameter realm = DHCP.HWI.BUFFALO.EDU doing parameter password server = * doing parameter log file = /var/log/samba/log.%m doing parameter max log size = 50 doing parameter allow trusted domains = no doing parameter ldapssl = no doing parameter...
2010 Nov 01
1
frame size for a given quality?
Have you tried typing "speex rtp" into google code search? It gives lots of examples of real applications which do exactly that. http://www.google.com/codesearch?as_q=speex+rtp -SteveK On 11/1/10 1:13 PM, "Jeff Ramin" <jeff.ramin at singlewire.com> wrote: > >Thanks again Steve. I'll search for the term you mention below. > >What I really want is to
2010 Nov 01
2
frame size for a given quality?
Jeff, It's in the manual: http://www.speex.org/docs/manual/speex-manual/node10.html (table 3 and 4). However, if you're asking this, you're probably trying to do something wrong, or the hard way. You probably shouldn't be taking speex output, and trying to "count bytes". If you are using the API, then you will just get the bits out, and then you'll know how
2012 Dec 02
1
Problem with figures
I am having problem making ggplot2, tikzDevice, and knitr working together. I used a very simple example: ---------------------------example.Rnw----------------------------- \documentclass[preview]{standalone} \begin{document} \begin{figure} <<fig1,eval=TRUE,echo=FALSE,dev='tikz'>>= library(ggplot2) qplot(displ, hwy, data = mpg, colour = factor(cyl)) @ \end{figure}
2010 Nov 01
0
frame size for a given quality?
Yes, I have made that search, but I'm restricted to Java. On 11/01/2010 12:21 PM, Steve Kann wrote: > Have you tried typing "speex rtp" into google code search? It gives lots > of examples of real applications which do exactly that. > > http://www.google.com/codesearch?as_q=speex+rtp > > > -SteveK > > > On 11/1/10 1:13 PM, "Jeff
2009 Sep 29
2
ggplot2 box plot notches
Dear List, I just googled to find out if notched box plots are possible with ggplot2, but couldn't find a answer to it. boxplot() has the option: notch = TRUE, e.g.: boxplot(mpg$hwy, notch=TRUE) My example code (taken from the net) is: require(ggplot2) qplot(class, hwy, fill=factor(year), data=mpg, geom="boxplot", position="dodge")+theme_bw() Thank you for you help!
2010 Nov 01
2
frame size for a given quality?
I need to stream speex-encoded audio over RTP, which doesn't seem to be standardized yet, so I'm gonna roll my own code. I control both the sending and receiving sides, so I can pretty much do what I want. I want each packet to contain 20ms worth of audio (sampled at 8KHz), and I'm encoding using a constant bit rate and quality:6. Q: how do I determine how many bytes of data go into
2003 Oct 14
3
use of SIP SHOW CHANNELS question
I am trying to figure out the correct syntax for the CLI command "SIP SHOW CHANNELS". I have tried SIP SHOW CHANNELS SIP/200 and I've even tried to do this when a call is connected such as: -- Zap/15-1 is ringing -- Zap/15-1 answered SIP/206-4299 asterisk*CLI> sip show channel SIP/206-4299 No such SIP Call ID 'SIP/206-4299' I always get the "No such SIP
2008 Jan 24
3
Help: dtmf mode
Hi, I am having trouble making a selection when I call a number and need to make a selection to go to an extension with my polycom phones 301. Anybody have an idea how to fix this problem? Thanks in advance. Jarga Jallow Technical Support Engineer 2985 S. Hwy. 360 Grand Praire, Texas 75052 Direct: 972-206-1212 ext# 29 Mobile: 214-669-9046 Fax: 972-999-4113 Toll Free: 1-877-801-5511
2005 Feb 11
3
Saving graphs in formats other than PDF?
I am running R 2.01 on Mac OS 10.3.7. Whenever I save graphs, they are saved as PDF files. Are there any other file formats to which I could save my graphs. I would like to directly export my graphs to MS Word, if possible. Thank you in advance. Sincerely, Jim Milks Graduate Student Environmental Sciences Ph.D. Program Wright State University 3640 Colonel Glenn Hwy Dayton, OH 45435
2010 Nov 01
0
frame size for a given quality?
Thanks again Steve. I'll search for the term you mention below. What I really want is to take the output of the speex encoder and spit it out on the network via RTP. I haven't been able to find a library or code example that does that. On 11/01/2010 12:03 PM, Steve Kann wrote: > Jeff, > > It's in the manual: > >
2005 May 31
2
plane3d
I am attempting to fit a logistic regression plane to a 3-D scatterplot (which was generated using scatterplot3d). I've noticed that the help pages of scatterplot3d include a function titled "plane3d." However, when I attempt to use the function, I get the following message: Error: couldn't find function "plane3d" I've searched the archives and found no
2010 Nov 01
1
frame size for a given quality?
Jeff, RFC-5574 is standards-track: http://tools.ietf.org/html/rfc5574 so, while it's not an approved standard, it's more standardized than a lot of interoperable traffic on the internets these days. The RFC specifies packetization guidelines, which is basically that you put one or more frames in a packet, and then pad the rest with 0 bits until you have a while number of octets.
2007 Jun 12
4
Generating artificial datasets with a specific correlation coefficient.
I need to create artificial datasets with specific correlation coefficients (i.e. a dataset that returns r = 0.30, etc.) as examples for a lab I am teaching this summer. Is there a way to do that in R? Thanks. Jim Milks Graduate Student Environmental Sciences Ph.D. Program 136 Biological Sciences Wright State University 3640 Colonel Glenn Hwy Dayton, OH 45435 [[alternative HTML version
2010 Nov 03
3
debugging static
I have a couple apps running on my machine; one takes a PCM audio stream, converts it to Speex, and sends it over the network using RTP. The other receives the RTP packets, and then converts the Speex data back to PCM. The PCM is then played out the audio system. I'm currently ending up w/ static. Anybody have any pointers as to how to debug the situation? Thanks. -- Jeff Ramin Software
2007 Aug 13
2
Error message when using zero-inflated count regression model in package zicounts
I have data on number of vines per tree for ~550 trees. Over half of the trees did not have any vines and the data is fairly skewed (median = 0, mean = 1.158, 3rd qu. = 1.000). I am attempting to investigate whether plot location (four sites), species (I'm using only the four most common species), or tree dbh has a significant influence on the number of vines per tree. When I
2003 Oct 13
1
AGI solution to Grandstream BT102 call waiting problem
I'm trying to fix a problem with the GrandStream Budgetone 102. I've been reading the source code, mailing lists and other resources. Here's the scenario and the approach I have been pursuing. I'm having some problems with the AGI calls and I hope someone can give me some clarification. PSTN <---> T1,PRI * <---> Grandstream BT 102 (12)