search for: ecy

Displaying 20 results from an estimated 56 matches for "ecy".

Did you mean: ecx
2007 Feb 21
5
nut suddenly stopped working...
I almost had nut_2.0.5-3_i386.deb (from http://packages.debian.org/unstable/admin/nut - installed via dpkg, not via repository) working: * problems with getting it to come up during boot * monitoring via knutclient was OK * shutdown on low battery worked adequately, if not quite as described) and newhidups suddenly stopped talking to my Belkin F6C550-AVR . It's only been in use for a
2003 Jan 14
1
Help! My first VPN.
Hello everybody, I'm setting up my first virtual private network and I can't get thru with this problem. Here's my current configs: ***/etc/tinc/vpn/tinc.conf*** Name = eci-cebu ConnectTo = eci-sampaloc Device = /dev/net/tun PrivateKeyFile = /etc/tinc/vpn/rsa_key.priv *** ***/etc/tinc/vpn/tinc-up*** #!/bin/sh ifconfig $INTERFACE hw ether fe:fd:0:0:0:0 ifconfig $INTERFACE
2013 Jun 26
3
XYZ data
I have x, y, z data. The x, y fields dont change but Z does. How do I add a very small number onto the end of each x, y data point. For example: Original (X) Original (Y) Original (Z) 15 20 30 15 20 40 New (X) New (Y)
2010 Oct 15
1
Dealing with Non-Standard Hours
...rs running from 01 through 24 rather than the conventional 00 through 23. My favorite, strptime, balks at hour 24. I thought it would be easy to correct but it must be too late on Friday for my brain and caffeine isn't helping. TIA for a hint, Clint -- Clint Bowman INTERNET: clint at ecy.wa.gov Air Quality Modeler INTERNET: clint at math.utah.edu Department of Ecology VOICE: (360) 407-6815 PO Box 47600 FAX: (360) 407-7534 Olympia, WA 98504-7600
2004 Jun 16
3
Aggregating on Water Year Rather Than Calendar Year
...waterT<-aggregate(w$value[w$param.name=="Temperature"], list(w$w.year[w$param.name=="Temperature"]),mean) Except that I need to work on the year and being a neophyte in date arithmetic I'm not finding a working method. TIA Clint -- Clint Bowman INTERNET: clint at ecy.wa.gov Air Quality Modeler INTERNET: clint at math.utah.edu Department of Ecology VOICE: (360) 407-6815 PO Box 47600 FAX: (360) 407-7534 Olympia, WA 98504-7600
2012 Jan 13
2
Rozważania odnośnie storage?
Cze??. Aktualnie mam do czynienia z klastrem pocztowym, w kt?rym pliki wiadomo?ci pocztowych u?ytkownik?w s? przechowywane na raid software-owym udost?pnianym po NFS. Serwer?w NFS jest kilka, ka?dy udost?pnia podzbi?r wiadomo?ci dla odpowiedniego serwera z postfix-em, kt?ry jest klientem NFS. Dane z jakiego serwera NFS host frontend z postfix-em powinien montowa? katalogi z poczt? s? w MySQL.
2004 Mar 29
1
Interesting Behavior in plot()
...$system [1] "i686, linux-gnu" $status [1] "" $major [1] "1" $minor [1] "8.1" $year [1] "2003" $month [1] "11" $day [1] "21" $language [1] "R" on Red Hat 9.0. TIA, Clint -- Clint Bowman INTERNET: clint at ecy.wa.gov Air Quality Modeler INTERNET: clint at math.utah.edu Department of Ecology VOICE: (360) 407-6815 PO Box 47600 FAX: (360) 407-7534 Olympia, WA 98504-7600 -------------- next part -------------- A non-text attachment was scrubbed... Name: test.png Type: image/png Size: 4164 bytes Desc:...
2013 Feb 20
3
NLS results different from Excel -- Tricky fortunes nomination
Folks: I thought the following excerpt from Bruce McCullough's post would be a good candidate for the R fortunes package -- except that it's about Excel, not R! So I nominate it... but leave it to others to say whether it's really "qualified" to be nominated. ---- "The idea that the Excel solver "has a good reputation for being fast and accurate" does not
2010 Sep 15
2
labeling outliers with subject numberss
How can I get the outlier in this boxplot of "Score" to be represented by the corresponding value in "SubNo"? score=c(6,6,7,14,5,7,6,8) SubNo=1:8 mydata=data.frame(SubNo, score) boxplot(mydata$score) Thanks! Kevin [[alternative HTML version deleted]]
2009 Feb 19
2
counting strings in a column
Dear All, I have a query : what is the command to count number of repeated words in a column. for ex: a = oranges oranges apples apples grape oranges apple pine the result should be oranges 3 apples 3 grape 1 pine 1 is there an easy way for this. Thanks, Nataraju GM R & D Bangalore -- "No relationship is Static .. You either Step up or Step down" [[alternative HTML
2009 Nov 20
2
how to draw image of a data distribution? Thanks
I have a file with 3 cols as: x y value 1 1 0.5000 1 2 1.8333 1 3 4.3333 2 1 0.7500 2 2 0.7500 2 3 4 3 1 0.7500 3 2 1.4167 3 3 5.1667 I read them in using p <- read.table("data.txt", header=TRUE) My questoin: how to draw a image to show the values at different positions (x, y)? I would like to see different colors for
2007 Feb 27
0
printing device node name (was Re: [Nut-upsuser] nut suddenly stopped working...)
On 2/27/07, A.Lizard <alizard@ecis.com> wrote: > terrarium:/home/alizard# /usr/local/ups/bin/newhidups -DDD -a belkin-ups > Network UPS Tools: 0.28 USB communication driver 0.28 - core 0.30 (2.0.5-pre2) > > debug level is '3' > Checking device (050D/0551) (002/006) the '002/006' part is "bus->dirname, dev->filename" in libusb.c. Does
2011 Dec 21
1
Gps fraction of degrees function
Dear all,   I have the following written example > coords <- "51°30'48.58\"N" > > as.integer(strsplit(coords, "°")[[1]][1]) [1] 51 > as.integer(strsplit(strsplit(coords, "°")[[1]][2], "'")[[1]][1]) [1] 30 > as.numeric(strsplit(strsplit(strsplit(coords, "°")[[1]][2], "'")[[1]][2],
2011 Dec 27
2
importing NPDB
Does anyone have information about using the National Practitioner Data Bank (NPDB) in R? It's public use data available from the U.S. Department of Health and Human Services that can be downloaded as a .dat or .por file. I can't even figure out how to open the file in R. [[alternative HTML version deleted]]
2011 Feb 10
3
Finding length of unique numbers in a vector
Hello there, would you please look into my codes? Here I have following: > set.seed(100) > samp <- sample(c(1,-1,0), 20, replace=T); samp [1] 1 1 -1 1 -1 -1 0 -1 -1 1 -1 0 1 -1 0 0 1 -1 -1 0 Here I want to calculate the length of each unique number for above vector. How can I do that? Thanks in advance [[alternative HTML version deleted]]
2012 Apr 19
1
SmoothTrend in OpenAir
I'm trying to plot smooth trend using smoothTrend in OpenAir but I'm having problems. I used the following code. --------------------------------------------------------------------------------- #Set my working dir to the dir with my files setwd("c:/R") #Load the openair library library(openair) #Load the data mydata <- read.table("MCNP-pH.csv", header=TRUE,
2007 May 30
2
Smoothing a path in 2D
Hello, I'm currently trying to find a method to interpolate or smooth data that represent a trajectory in space. For example, I have an ordered (=time) set of (x,y) tuples which constitute a path in a 2D space. Is there a way using R to interpolate between these points in a way similar to spline interpolation so that I get a smooth path in space? Greetings, Dieter -- Dieter Vanderelst
2010 May 26
3
Peak Over Threshold values
Dear List I hope you can help me: I?ve got a dataframe (df) within which I am looking for Peak Over Threshold values as well as the length of the events. An event starts when walevel equals 5.8 and it should end when walevel equals the lower threshold value (5.35). I tried ?clusters (?)? from ?evd package?, and varied r (see example) but it did not work for all events (again
2014 Dec 22
0
hi VIPwatch -true! mggwhq deyanu
G00d day! unique watch .gratify your darling!- &#104;ttp&#58;/&#47;x.c&#111;/66&#113;&#53;A &#104;tt&#112;&#58;//x&#46;co/&#54;6q5&#67; &#104;&#116;tp:&#47;/x.&#99;o&#47;66q&#53;&#69; weu ecy lpvpt nia yj fivyp oicj nktmw k so kjy sx qdbg cmvm ejp z etxqa hcp sei mb i mybta ntaw s dwyl eaoj bwyb ud xiobk lu hvp wizhf razud dphu ys fit cjm se rvg tpfo bemf sgf xqjlo n stufo w zzv eocea ytpb phi eb c xt dlpg kokvk bfcv gnn abxw zgf l tfjx cc ejdl v tp tdod bfhbi jd dowtp hsf yfbg kyc ikb...
2004 Apr 06
2
Syntax Question
...A"][4]) and it would return 47.62139. Somewhere I'm getting all bollixed up with the indexing and keep getting sytax errors. As you can see, the list is quite long (20K+) and I don't wish to have to look up each coordinate by hand. TIA Clint -- Clint Bowman INTERNET: clint at ecy.wa.gov Air Quality Modeler INTERNET: clint at math.utah.edu Department of Ecology VOICE: (360) 407-6815 PO Box 47600 FAX: (360) 407-7534 Olympia, WA 98504-7600