Displaying 20 results from an estimated 115 matches for "hwy".
Did you mean:
hw
2011 Jul 04
1
writeLines + foreach/doMC
Hi
I'm processing sequencing data trying to collapsing the locations of each
unique sequence and write the results to a file (as storing that in a table
will require 10GB mem at least)
so I wrote a function that, given a sequence id, provide the needed line to
be stored
library(doMC) # load library
registerDoMC(12) # assign the Number of CPU
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,
aes(x=displ, y=hwy)) +...
2004 May 07
1
Lattice xyplot - problem trying to produce multiple output files with a 'for' loop
...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 <- levels(ds$TR)
for (byvar in lev) {
file.png <- paste("u:/data/R/Scatter_CTY_HWY_CO_TR", byvar, ".png", sep="")
trellis.device( device="png", file=file.png,
width=1000, height=1000, pointsize=20, bg="transparent" )
ds1 <- subset(ds, TR == byvar, select=c(CTY, HWY, CO))
xyplot( ds1$CTY ~ ds1$HWY, groups=ds1$CO,
aut...
2006 Jan 23
2
net ads join segmentation fault
On FreeBSD 6.0-RELEASE-p2 using samba-3.0.21a,1 the net command seg
faults. Does anyone know what is going on?
Thanks
-rcollins
----- net ads join -Uadministrator -d 10 -----
[2006/01/23 12:36:59, 5] lib/debug.c:debug_dump_status(368)
INFO: Current debug levels:
all: True/10
tdb: False/0
printdrivers: False/0
lanman: False/0
smb: False/0
rpc_parse: False/0
2010 Nov 01
1
frame size for a given quality?
...t;>> putting one frame (20 ms) into each packet.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> --
>>>>> Jeff Ramin
>>>>> Software Engineer
>>>>> Singlewire Software
>>>>> 2601 W Beltline Hwy #510
>>>>> Madison, WI 53713
>>>>>
>>>>> Phone Direct - 608.661.1172
>>>>> www.singlewire.com
>>>>>
>>>>> _______________________________________________
>>>>> Speex-dev mailing list
>>>...
2010 Nov 01
2
frame size for a given quality?
...determine how many bytes of data go into each packet? I'm
>>> putting one frame (20 ms) into each packet.
>>>
>>> Thanks!
>>>
>>> --
>>> Jeff Ramin
>>> Software Engineer
>>> Singlewire Software
>>> 2601 W Beltline Hwy #510
>>> Madison, WI 53713
>>>
>>> Phone Direct - 608.661.1172
>>> www.singlewire.com
>>>
>>> _______________________________________________
>>> Speex-dev mailing list
>>> Speex-dev at xiph.org
>>> http://lists.xiph.o...
2012 Dec 02
1
Problem with figures
...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}
\end{document}
---------------------------------------------------------------------------------
I got "... ! ==> Fatal error occurred, no output PDF file produced!
label: fig1 (with options)
List of 3
$ eval: logi TRUE
$ echo: logi FALS...
2010 Nov 01
0
frame size for a given quality?
...ms) into each packet.
>>>>>>
>>>>>> Thanks!
>>>>>>
>>>>>> --
>>>>>> Jeff Ramin
>>>>>> Software Engineer
>>>>>> Singlewire Software
>>>>>> 2601 W Beltline Hwy #510
>>>>>> Madison, WI 53713
>>>>>>
>>>>>> Phone Direct - 608.661.1172
>>>>>> www.singlewire.com
>>>>>>
>>>>>> _______________________________________________
>>>>>> Speex-...
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!
Steve
2010 Nov 01
2
frame size for a given quality?
...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 each packet? I'm
putting one frame (20 ms) into each packet.
Thanks!
--
Jeff Ramin
Software Engineer
Singlewire Software
2601 W Beltline Hwy #510
Madison, WI 53713
Phone Direct - 608.661.1172
www.singlewire.com
2003 Oct 14
3
use of SIP SHOW CHANNELS question
...06-4299'
I always get the "No such SIP Call ID ..."
Thanks, Walker
--
******** DataCrest, Inc. -- Technically Superior ******************
Walker Haddock http://www.datacrest.com
DataCrest, Inc. e-mail: wh@datacrest.com
1634A Montgomery Hwy. phone: 1-888-941-3282, 1-205-335-8589
Birmingham, AL 35216 fax: 1-205-823-7838
***********************************************************************
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 ext 34
Toll Free: 1-877-926-2288
<http://www.2mcctv.com/>
www.2mcctv.com <http://www.2mcctv.com/>
-------------- next part --------------
A...
2005 Feb 11
3
Saving graphs in formats other than PDF?
...re
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?
...into each packet? I'm
>>>> putting one frame (20 ms) into each packet.
>>>>
>>>> Thanks!
>>>>
>>>> --
>>>> Jeff Ramin
>>>> Software Engineer
>>>> Singlewire Software
>>>> 2601 W Beltline Hwy #510
>>>> Madison, WI 53713
>>>>
>>>> Phone Direct - 608.661.1172
>>>> www.singlewire.com
>>>>
>>>> _______________________________________________
>>>> Speex-dev mailing list
>>>> Speex-dev at xiph.org...
2005 May 31
2
plane3d
...und no references to such a function.
Is (or was) plane3d an actual function or is there just a typo in the
scatterplot3d help page? If it is a function, how would I tap into it?
Thanks.
Jim Milks
Graduate Student
Environmental Sciences Ph.D. Program
Wright State University
3640 Colonel Glenn Hwy
Dayton, OH 45435
2010 Nov 01
1
frame size for a given quality?
...I'm encoding using a constant bit rate and quality:6.
>
>Q: how do I determine how many bytes of data go into each packet? I'm
>putting one frame (20 ms) into each packet.
>
>Thanks!
>
>--
>Jeff Ramin
>Software Engineer
>Singlewire Software
>2601 W Beltline Hwy #510
>Madison, WI 53713
>
>Phone Direct - 608.661.1172
>www.singlewire.com
>
>_______________________________________________
>Speex-dev mailing list
>Speex-dev at xiph.org
>http://lists.xiph.org/mailman/listinfo/speex-dev
2007 Jun 12
4
Generating artificial datasets with a specific correlation coefficient.
...c 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 deleted]]
2010 Nov 03
3
debugging static
...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 Engineer
Singlewire Software
2601 W Beltline Hwy #510
Madison, WI 53713
Phone Direct - 608.661.1172
www.singlewire.com
2007 Aug 13
2
Error message when using zero-inflated count regression model in package zicounts
...w enough about the calculations done in the function to
interpret the error messages. Is there a glitch in my data and if
yes, what is it?
Thanks for your help.
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 deleted]]
2003 Oct 13
1
AGI solution to Grandstream BT102 call waiting problem
...-- Called 2410
-- SIP/2400-3320 is ringing
-- SIP/2410-a8ca is ringing
...
--
******** DataCrest, Inc. -- Technically Superior ******************
Walker Haddock http://www.datacrest.com
DataCrest, Inc. e-mail: wh@datacrest.com
1634A Montgomery Hwy. phone: 1-888-941-3282, 1-205-335-8589
Birmingham, AL 35216 fax: 1-205-823-7838
***********************************************************************
--
******** DataCrest, Inc. -- Technically Superior ******************
Walker Haddock http://www.d...