search for: honolulu

Displaying 20 results from an estimated 57 matches for "honolulu".

2006 Oct 07
3
merge and polylist
...frame(read.delim(file="all.txt", header = TRUE, sep = "\t", quote="\"", dec=".",na.strings = "NA")) nc=read.shape("astae.shp", dbf.data=TRUE, verbose=TRUE) mappolys=Map2poly(nc) submap <- subset(mappolys, nc$att.data$NAME!="Honolulu, HI") nc$att.data=subset(nc$att.data, nc$att.data$NAME!="Honolulu, HI") nc$att.data[,1]=as.numeric(paste(nc$att.data$MSACMSA)) #attributes(nc$att.data) nc$att.data=merge(nc$att.data, dat, by.x="AREA", by.y="cod", all.x=TRUE, sort=FALSE) #attributes(nc$att.dat...
2000 Nov 19
1
Bug in stars function (PR#738)
...all, I've discovered and (hopefully) fixed a bug in the stars function I wrote some time ago. A corrected function is attached. Please let me know if you have any questions or comments. Tom Thomas S. Dye, Ph.D. http://www.tsdye.com Home: 812A 19th Avenue, Honolulu, Hawaii 96816. (808) 739-1367 or 387-9352. Work: International Archaeological Research Institute, Inc., 2081 Young St., Honolulu, Hawaii 96826. Voice (808) 946-2548; Fax 943-0716. --1465796871-645734172-974620647=:18687 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="new-stars.r&quot...
2003 Apr 11
4
Can I improve the efficiency of my scan() command?
Hi, Suppose I use the following codes to read in a data set. ############################################### > rating <- scan("../Data/Rating.csv", + what = list( + usage = "", + mileage = 0, + sex = "", + excess = "", + ncd = "", +
2019 Jul 25
1
Files not populated in var/www
..."hanging" you describe seems normal when you do not start Icecast in daemon mode, as it will just keep running until you terminate it. > > Bjarne > > -- > > *Bjarne Bartlett* | Graduate Student | Biostatistics & Quantitative Health > Sciences | 651 Ilalo Street, Honolulu, HI 96813 | (610)864-7435 | > bjarne at hawaii.edu > > > > *WARNING*: E-mail sent over the Internet is not secure. Information sent > by e-mail may not remain confidential. > > *DISCLAIMER*: This e-mail is intended only for the individual to whom it > is addressed. It...
2007 Jun 27
5
24-bit FLAC Files
Hi, we're a small label in Honolulu, Hawaii, starting up, offering FLAC downloads of live performances of local artists, and we're wondering how is the support for 24-bit FLAC files? Our concern is that would it be too difficult for users to burn 24-bit FLAC recordings to CD? Are there any simple tools that convert 24-bit FLAC...
2000 Nov 20
1
Bug in stars.R (PR#739)
...and a short comment above it. The extra line of code catches the unusual situation where a data column contains all 0 values. The corrected code is below the signature. Thanks for your help. Tom Thomas S. Dye, Ph.D. http://www.tsdye.com Home: 812A 19th Avenue, Honolulu, Hawaii 96816. (808) 739-1367 or 387-9352. Work: International Archaeological Research Institute, Inc., 2081 Young St., Honolulu, Hawaii 96826. Voice (808) 946-2548; Fax 943-0716. function (x, full = TRUE, scale = TRUE, radius = TRUE, labels = dimnames(x)[[1]], locations = NULL...
2000 Apr 27
1
quit(save=default??)
...to behave as advertised, but no luck. Anybody have a clue? Thanks, Pierre -- ----------------------------------------------------------------- Pierre Kleiber Email: pkleiber at honlab.nmfs.hawaii.edu Fishery Biologist Tel: 808 983-5399/737-7544 NOAA FISHERIES - Honolulu Laboratory Fax: 808 983-2902 2570 Dole St., Honolulu, HI 96822-2396 ----------------------------------------------------------------- "God could have told Moses about galaxies and mitochondria and all. But behold... It was good enough for government work." -------------------...
2005 May 24
1
contourLines() starts a plot device
....0 year 2005 month 04 day 20 language R Cheers, Pierre -- ----------------------------------------------------------------- Pierre Kleiber, Ph.D Email: pkleiber at honlab.nmfs.hawaii.edu Fishery Biologist Tel: 808 983-5399 / (hm)808 737-7544 NOAA Fisheries Service - Honolulu Laboratory Fax: 808 983-2902 2570 Dole St., Honolulu, HI 96822-2396 ----------------------------------------------------------------- "God could have told Moses about galaxies and mitochondria and all. But behold... It was good enough for government work."
2007 Dec 21
0
rake test:plugins gives uninitialized constant RAILS_ROOT
...rom /usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake/rake_test_loader.rb:5:in `each'' from /usr/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake/rake_test_loader.rb:5 rake aborted! -- Aloha, Kevin English Rails Evangelist Software Development and Integration Team Camber Corporation Honolulu, HI Office: 808.237.3539 Fax: 808.237.3540 -- Aloha, Kevin English Rails Evangelist Software Development and Integration Team Camber Corporation Honolulu, HI Office: 808.237.3539 Fax: 808.237.3540
2007 Dec 22
0
[Fwd: Re: what happened to get_worker?]
...s. By default, all workers start with a status of nil. > > So, make sure that in worker code, you are using register_status() to > register current status of worker. > > > -- Aloha, Kevin English Rails Evangelist Software Development and Integration Team Camber Corporation Honolulu, HI Office: 808.237.3539 Fax: 808.237.3540 -- Aloha, Kevin English Rails Evangelist Software Development and Integration Team Camber Corporation Honolulu, HI Office: 808.237.3539 Fax: 808.237.3540
2004 Apr 02
3
Doing SQL GROUP BY in R
I want a list of the number of times some factor levels appear together, similar to the following SQL statement: SELECT A, B, COUNT(C) FROM TBL GROUP BY A, B How do I do that with a data.frame in R? Thanks, Jesper Frickmann Statistician, Quality Control Novozymes North America Inc. 77 Perry Chapel Church Road Franklinton, NC 27525 USA Tel. +1 919 494 3266 [[alternative HTML version deleted]]
2002 Aug 15
2
complex splits
Hi everyone, I'm having trouble figuring out how to split a dataframe more than once. Let's say I have a dataframe d with a certain column called splitcol composed of four possible ordinal values. The same dataframe has two other columns, col1 and col2, that have one of two possible values each. I'd like to split d$splitcol based on col1 and col2 so I can report frequencies of the
2002 Feb 14
1
immortal connections
...data: R Version 1.4.1 (2002-01-30) Red Hat Linux release 7.2 (Enigma) -- ----------------------------------------------------------------- Pierre Kleiber Email: pkleiber at honlab.nmfs.hawaii.edu Fishery Biologist Tel: 808 983-5399/737-7544 NOAA FISHERIES - Honolulu Laboratory Fax: 808 983-2902 2570 Dole St., Honolulu, HI 96822-2396 ----------------------------------------------------------------- "God could have told Moses about galaxies and mitochondria and all. But behold... It was good enough for government work." -------------------...
2004 Apr 20
2
Creating variable names
My apologies for asking what is doubtless a dumb question, but I have scant experience in R. It would be very convenient in doing lots of plots to be able to do them in a loop that stepped through a vector of variable names. For example one could say x<-("mydates") y<-c("foo1","foo2","foo3") #where "foon" were vectors
2006 Apr 28
2
Random 1-way audio on IAX2 Connections
...and outgoing calls using the PRI. However whenever 1-way audio occurs, PBX2 can call PBX1 extensions and there are no issues. As well as a restart of asterisk on PBX2 clears up the problem. Any bugs in IAX2? Thanks aryn Aryn H. K. Nakaoka Tri-net Solutions 733 Bishop St. #170 Honolulu, HI 96813 http://www.trinet-hi.com <http://www.trinet-hi.com/> Main : 808.841.1000 Direct: 808.356.2901 Bridge: 808.356.2998 Fax : 808.356.2901 AIM : NTY2K MSN : Aryn812417@hotmail.com sidekick : anakaoka@tmail.com -------------- next part -------------- An HTML attachment was scrub...
2010 Feb 02
2
using rbind in a for loop
...of empty and whole bunch of numbers without line change. How can I solve this? Thanks in advance, EJ -- <><<><<><<><<><<><<><<><<>< Eunjung Kim Department of Oceanography University of Hawaii at Manoa 1000 Pope Road Honolulu, HI 96822 United States ><>><>><>><>><>><>><>><>><> [[alternative HTML version deleted]]
2004 Sep 23
3
Samba public directory on FreeBSD
What is recommended for a public, 'free-for-all', anyone can read or write directory on FreeBSD? What are the reasons for preferring one place over another? Would these work? /usr/local/share/sambapublic/ /usr/share/sambapublic/ /home/sambapublic/ Start Here to Find It Fast!? -> http://www.US-Webmasters.com/best-start-page/ $8.77 Domain Names ->
2019 Jul 25
1
Files not populated in var/www
Thanks, Thomas. This machine is running RHEL enterprise. I installed with RedHat Package Manager. -B -- *Bjarne Bartlett* | Graduate Student | Biostatistics & Quantitative Health Sciences | 651 Ilalo Street, Honolulu, HI 96813 | (610)864-7435 | bjarne at hawaii.edu *WARNING*: E-mail sent over the Internet is not secure. Information sent by e-mail may not remain confidential. *DISCLAIMER*: This e-mail is intended only for the individual to whom it is addressed. It may be used only in accordance with appl...
2002 Apr 23
3
stacking vectors of unequal length
R-users -- I would like to make a single vector out of something like the following: y0 <- rep(0,100) y1 <- rep(1,20) and stack them one on top of the other to a vector y with length 120. Thanks, Dan =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Dan Powers Associate Professor, Sociology University of Texas at Austin
2005 Jan 31
1
naming list elements
All - Each time through a loop I create a new dataset, which I would like to append to a list object. Each item of the list should be the data matrix created in that step of the loop; I would like the NAME (or tag) of that list item to be assigned the value of a character string: I've tried something like this: running.list <- numeric(0) for(i in 1:num.files){ ..... running.list