search for: 180

Displaying 20 results from an estimated 3004 matches for "180".

Did you mean: 10
2001 Jun 05
2
a bug? (PR#968)
...51 (919) 684-2152 (work) Duke University (919) 684-8594 (fax) Durham, NC 27708-0251 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="mohan.dat" SEEDID LINEAGE POP REGION CARBON DAY GERM 1 C01 CP1 CP 180 10 1 2 C01 CP1 CP 180 10 1 3 C01 CP1 CP 180 10 1 4 C01 CP1 CP 180 10 1 5 C01 CP1 CP 180 10 1 6 C01 CP1 CP 180 10 1 7 C01 CP1 CP 180 10 1 8 C01 CP1 CP 180 10 1 9 C01 CP1 CP 180 10 1 10 C01 CP1 CP 180 10 1 11 C01 CP1 CP 180 10 1 12 C01 CP1 CP 180 10 1 13 C01 CP1 CP 180 10 1 14 C01 CP1 CP 180 10 1...
2013 Apr 09
0
Reading Data
Hi, I tried to read your data from the image: OPENCUT<- read.table("OpenCut.dat",header=TRUE,sep="\t") OPENCUT ????????? FC???? LC? SR? DM 1? 400030.34 1323.5?? 0 400 2?? 12680.13??? 2.5?? 0 180 3? 472272.75 2004.7?? 3 300 4? 332978.03 1301.3 106 180 5?? 98654.20? 295.0?? 0 180 6?? 68142.05? 259.9? 69 125 7? 178433.11? 425.0? 49 180 8?? 96765.83? 635.5? 12 180 9? 204808.90? 640.4?? 0 400 10 151760.20? 357.0?? 0 180 11? 91330.42? 173.6?? 6 180 12? 93154.33? 197.5? 16 125 13 121030.15? 203.0...
2005 Jun 20
6
Bucketting data
...but for some reason, haven't been able to figure it out. I want to bucket data in a vector, and then iterate over the buckets. Say the data set is: > cleandata[,4] [1] 26 26 26 26 26 26 26 26 26 26 26 26 61 61 61 61 61 61 61 61 61 61 61 89 89 89 89 89 89 89 180 180 180 180 362 544 544 544 [39] 544 544 544 544 544 544 544 This has the buckets: 26 61 89 180 362 544 I'd like something which gives me a vector of these buckets, i.e. bucket(cleandata[,4])=vector of 26 61 89 180 362 544 and length(bucket(cleandata[,4]))=6 Thanks, Tolga =======...
2011 May 19
1
Centos 5.6 kernel errors
...syscall_call+0x7/0xb 14857 kernel: Code: e1 0c 25 ff 0f 00 00 09 c1 89 ce 83 ce 01 81 ee 01 00 00 40 31 db 89 5c 24 04 89 f7 89 34 24 e8 53 eb ff ff 31 c0 b9 00 04 00 00 <f3> ab a1 e4 ec 3a c0 89 74 24 04 89 04 24 e8 39 dc 04 00 8b 45 While serving httpd pages: May 19 12:19:19 ip-10-234-90-180 kernel: Unable to handle kernel paging request at virtual address e6579000 May 19 12:19:19 ip-10-234-90-180 kernel: printing eip: May 19 12:19:19 ip-10-234-90-180 kernel: c01123c4 May 19 12:19:19 ip-10-234-90-180 kernel: 00589000 -> *pde = 00000003:b9f9a027 May 19 12:19:19 ip-10-234-90-180 kerne...
2006 Jun 25
1
Puzzled with contour()
...[6,] 0.00 70 1.000 [7,] 0.00 80 0.000 [8,] 0.00 90 0.000 [9,] 0.00 100 0.000 [10,] 0.00 110 0.000 [11,] 0.00 120 0.000 [12,] 0.00 130 0.000 [13,] 0.00 140 0.000 [14,] 0.00 150 0.000 [15,] 0.00 160 0.000 [16,] 0.00 170 0.000 [17,] 0.00 180 0.000 [18,] 0.00 190 0.000 [19,] 0.00 200 0.000 [20,] 0.05 20 1.000 [21,] 0.05 30 1.000 [22,] 0.05 40 1.000 [23,] 0.05 50 1.000 [24,] 0.05 60 0.998 [25,] 0.05 70 0.124 [26,] 0.05 80 0.000 [27,] 0.05 90 0.000 [28,] 0.05 100 0.000 [2...
2008 Jan 17
2
Converting plots to ggplot2
Hello Hadley, I am trying to reproduce the following with ggplot: a <- seq(0, 360, 5)*pi/180 ; a ac <- sin(a + (45*pi/180)) + 1 ; ac plot(a, ac, type='b', xaxt = "n") axis(1, at=seq(0,6,1), labels=round(seq(0,6,1)*180/pi),1) abline(v=c(45*pi/180, 225*pi/180)) I can get the basic plot: p <- qplot(a, ac, geom=c('point', 'line')) ;...
2005 Mar 29
1
strange result of acos
Hi all, I have to calculate an expression using acos -function. A strange result of acos appears *1. case with error* ss <- sin(10.74*pi/180)**2 +(cos(10.74*pi/180)*cos(10.74*pi/180)*cos(0*pi/180)) ss acos(ss) [1] NaN Warning message: NaNs produced in: acos(ss) *2. case without error* ss <- sin(10.7*pi/180)**2 +(cos(10.7*pi/180)*cos(10.7*pi/180)*cos(0*pi/180)) ss acos(ss) In both cases the variable ss equals 1. I th...
2010 Mar 30
2
Need help to split a given matrix is a "sequential" way
I need to split a given matrix in a sequential order. Let my matrix is : > dat <- cbind(sample(c(100,200), 10, T), sample(c(50,100, 150, 180), 10, > T), sample(seq(20, 200, by=20), 10, T)); dat [,1] [,2] [,3] [1,] 200 100 80 [2,] 100 180 80 [3,] 200 150 180 [4,] 200 50 140 [5,] 100 150 60 [6,] 100 50 60 [7,] 100 100 100 [8,] 200 150 100 [9,] 100 50 120 [10,] 200 50 180 Now I need...
2011 Oct 20
1
Applying function with separate dataframe (calibration file) supplying some inputs
...chieve this type of cross referencing would suffice and I can apply the principle to my current problem. Thanks so much, Nate optode<-function(cal0,T0,cal100,T100,phase,temp) { f1=0.801 deltaPsiK=-0.08 deltaKsvK=0.000383 m=22.9 tan0T100=tan(((cal0+deltaPsiK*(T100-T0)))*pi/180) tan0Tm=tan((cal0+(deltaPsiK*(temp-T0)))*pi/180) tan100T100=tan(cal100*pi/180) tanmTm=tan(phase*pi/180) A=tan100T100/tan0T100*1/m*100^2 B=tan100T100/tan0T100*100+tan100T100/tan0T100*1/m*100-f1*1/m*100-100+f1*100 C=tan100T100/tan0T100-1 KsvT100=(-B+(sqrt(B^2-4*A*C)))/(2*A)...
2010 Feb 03
1
What font exactly is tkrplot looking for
Hello. I am getting an error thrown from tkrplot. It is X11 font -adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, face 1 at size 12 could not be loaded > sessionInfo() R version 2.10.1 Patched (2009-12-29 r50852) i686-pc-linux-gnu locale: [1] LC_CTYPE=en_US LC_NUMERIC=C LC_TIME=en_US [4] LC_COLLATE=C LC_MONETARY=C LC_MESSAGES=en_US [7] LC_PAPER=en_US
2006 Jul 01
0
SUMMARY: making contour plots using (x,y,z) data
..., 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 20, 30, 40, 50, 60, 70, 80,...
2009 May 13
1
Overlaying two plots
...ot over a world map and I can do it, but just not the way I need to do it. Here is the code I am using (with data file attached) to create my baseline map: library(sp) load("TM_WORLD_BORDERS_SIMPL-0.2.RData") par(bty="l") plot(wrld_simpl, axes = TRUE, ylim = c(-90, 90), xlim=c(-180, 180), asp=1.5) lim <- par("usr") abline(v=-180, h=90, col="red") #Image plot needs to be inside this square# abline(v=180, h=-90, col="red") The last two statements create a square on the map between the latitude and longitude limits of the world. I want to plac...
2013 May 15
5
Shell Scripting Random Delay
I have a shell script that's run every 5 minutes I use to call many other shell scripts. Is there a way to wait a random number of seconds before executing each line? Something like this. wait_random 10 - 180 (perl /scripts/my_script.pl) & wait_random 10 - 180 (perl /scripts/my_script5.pl) & wait_random 10 - 180 (perl /scripts/my_script7.pl) & I have many entries in this file and I background them all because most must poll network devices which can take time. None should take over 2 minut...
2007 Jun 25
2
Rining 180 and 183
Dear all I have confusion how to asterisk genrate tone and what ringing code use default 180 or 183 i have setup asterisk with mediant 2000 with avaya [asterisk]-----[mediant 2000]--------[Avaya] when i call from avaya side to ---> asterisk i don't got ringback Sound so how to asterisk genrate tone for calling party is there any soution and what is the problem of this type of p...
2015 Feb 12
1
1.8.11.0 - CLI error res_timing_timerfd
Hi all Sometimes (about every three months) some of my Asterisk 1.8 boxes will start running this message thousands of times in the CLI: [Feb 12 14:18:23] ERROR[28129]: res_timing_timerfd.c:180 timerfd_timer_ack: Call to timerfd_gettime() error: Invalid argument [Feb 12 14:18:23] ERROR[28129]: res_timing_timerfd.c:180 timerfd_timer_ack: Call to timerfd_gettime() error: Invalid argument [Feb 12 14:18:23] ERROR[28129]: res_timing_timerfd.c:180 timerfd_timer_ack: Call to timerfd_gettime() er...
2005 Nov 17
2
[Rd] Scan data from a .txt file
...ing to R-help, as this is more appropriate there.] I tried copying the snippet of data into the windows clipboard and tried it: > dat <- read.table("clipboard", header=T) > dat Name Weight Height Gender 1 Anne 150 65 F 2 Rob 160 68 M 3 George 180 65 M 4 Greg 205 69 M > str(dat) `data.frame': 4 obs. of 4 variables: $ Name : Factor w/ 4 levels "Anne","George",..: 1 4 2 3 $ Weight: int 150 160 180 205 $ Height: int 65 68 65 69 $ Gender: Factor w/ 2 levels "F","M":...
2012 Feb 09
0
Help with TimeSeries
...really persistent problems trying to make predictions using the HoltWinters function. I´m sending my script and the errors I´m getting. My data is: Jan Feb Mar Apr May Jun Jul Ago Sep Oct Nov Dec 2004 118 143 169 158 143 135 135 140 135 125.0000 120.0000 120.0000 2005 143 158 180 180 150 150 153 148 150 145.0000 145.0000 143.0000 2006 165 180 190 168 163 163 168 175 180 160.0000 155.0000 150.0000 2007 152 163 185 163 158 175 175 178 168 168.0000 160.0000 160.0000 2008 155 170 195 195 195 185 185 165 165 153.3333 153.3333 153.3333 The data I´m receiving using AP.ts <- t...
2009 Apr 19
1
issue with sip 180 responses
Hello, SIP invites are accepted from imitator , but 'SIP 180' is not responded back to imitator. By inspecting the issue , we can *see* the response is generated and sent from asterisk (via asterisk logger ("sip debug" )) , but while sniffing the interface with tcpdump, we can't see 180 response on the interface. We don't hav...
2018 Mar 19
2
Is 100 trying mandatory? Can asterisk answer with 180 without prior 100 trying?
Hey List I sometimes use our asterisk server to do some debugging or other PBX and SBC. Now we have a case where a PBX is replying an incomming invite with 180 ringing immediately. It looks like the SBC does not accept this. According to my understanding of the RFC 3261 any provisional (aka 1XX) reply should be good enough to make the sender stop re-sending invites and accept this as a reply from the destination. So 100 trying would be option and a repl...
2005 Nov 24
1
Case sensitive search
Hi all, I&#180;ve been developing a search application using Xapian and Omega. When our visitors search on specific keywords it&#180;s noticable that Omega is case sensitive. It will find results on keyword `Asus&#180; and it will NOT find results on keyword &#180;asus&#180;. I&#180;ve...