search for: polar

Displaying 20 results from an estimated 603 matches for "polar".

Did you mean: solar
2009 Mar 16
0
Ignore switch to REVERSED Polarity on channel 1, state 4
Hi, Trying to trace an asterisk hang on a production (it had to be didn't it) system. The last thing before it crashed was [Mar 16 12:32:42] DEBUG[7754] chan_zap.c: Ignore switch to REVERSED Polarity on channel 1, state 4 [Mar 16 12:54:34] DEBUG[7754] chan_zap.c: Ignore switch to REVERSED Polarity on channel 2, state 4 [Mar 16 12:54:35] DEBUG[7754] chan_zap.c: Ignore switch to REVERSED Polarity on channel 2, state 4 [Mar 16 12:55:09] DEBUG[7754] chan_zap.c: Ignore switch to REVERSED Po...
2008 Feb 28
1
Errors melt()ing data...
...0.003632984 0.5049848 0.430635350 0.008364312 10 rs1799796 0.389774160 0.0000000 0.173564141 0.235928006 ########Finish Session 1########## This is the format that I'm aiming for and everythings worked fine. However, I wish to derive two transformed variables (polar.1 and polar.2) based on each row of t.norm1 and then melt() and cast() the data into the same desired format. ########Start Session 2########## ## Now generate polar co-ordinates t.norm1$polar.1 <- log10(sqrt(t.norm1$Height.1^2 + t.norm1$Height.2^2)) t.norm1$polar.2 <- atan((t.norm1$Height.2...
2010 Mar 15
1
Could not obtain handle on privileged command interface
...0004e17000 size=67108864 [ 0.146553] xen_swiotlb_fixup: buf=ffff880008e77000 size=32768 [ 0.146621] Placing 64MB Xen software IO TLB between ffff880004e17000 - ffff880008e17000 [ 0.146623] Xen software IO TLB at phys 0x4e17000 - 0x8e17000 [ 0.158797] xen: registering gsi 0 triggering 1 polarity 0 [ 0.158804] xen: --> irq=0 [ 0.158806] xen_set_ioapic_routing: irq 0 gsi 0 vector 240 ioapic 0 pin 0 triggering 0 polarity 0 [ 0.158818] xen: registering gsi 1 triggering 1 polarity 0 [ 0.158821] xen: --> irq=1 [ 0.158823] xen_set_ioapic_routing: irq 1 gsi 1 vector 32 ioa...
2005 Jun 22
2
A polar.plot BUG in plotrix 1.3.3 ?
Hi, I just updated to R-2.1.1 and updated packages acordingly However, after the update, routines that use polar.plot did not function as correctly. In plotrix 1.3.3 the polar.plot function does scale label.pos to radians prior to calling radial.plot Hence, the command polar.plot(c(5,10,5,0),c(-10,0,10,20),rp.type='P', labels=c("A","N","V","S"),label.pos=...
2007 Nov 30
0
36 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_date.c libswfdec/swfdec_as_initialize.as libswfdec/swfdec_as_initialize.h libswfdec/swfdec_as_strings.c libswfdec/swfdec_flash_security.c
...! +16: valueOf! +17: valueOf! +18: valueOf! +19: valueOf! +20: valueOf! +21: valueOf! +22: valueOf! +22: toString! +23: valueOf! +23: toString! +24: valueOf! +24: toString! +25: valueOf! +25: toString! +26: valueOf! +26: toString! +27: valueOf! +27: toString! +Testing (no params): +new: (x=0, y=0) +polar: +Testing (0) (undefined): +new: (x=, y=) +polar: +Testing (0) (undefined), (0) (undefined): +new: (x=, y=) +polar: +Testing (0) (undefined), (1) null (null): +new: (x=, y=null) +polar: +Testing (0) (undefined), (2) true (boolean): +new: (x=, y=true) +polar: +Testing (0) (undefined), (3)...
2009 Oct 30
2
polar.plot
Hi, Two questions: 1 - Say I have average speed and directions for tide and I would like to plot them on a polar plot, but with different colors so I can indicate the two directions. I'm using polar.plot from the plotrix library. How can I add a second "b" and "dir.b" series to a polar.plot? library(plotrix) a = 3 dir.a = 85 b = 4 dir.b = 250 polar.plot(a, dir.a, start = 90, clockwise...
2006 Jun 16
0
CALLERID problems asterisk segfaults
...n (analog-8, s, 1) exited non-zero on 'Zap/8-1' -- Hungup 'Zap/8-1' -- Starting simple switch on 'Zap/8-1' Jun 18 21:50:00 NOTICE[11361]: chan_zap.c:6062 ss_thread: Got event 18 (Ring Begin)... Jun 18 21:50:00 NOTICE[11361]: chan_zap.c:6062 ss_thread: Got event 17 (Polarity Reversal)... Jun 18 21:50:00 NOTICE[11361]: chan_zap.c:6062 ss_thread: Got event 17 (Polarity Reversal)... Jun 18 21:50:00 NOTICE[11361]: chan_zap.c:6062 ss_thread: Got event 17 (Polarity Reversal)... Jun 18 21:50:00 NOTICE[11361]: chan_zap.c:6062 ss_thread: Got event 17 (Polarity Reversal).....
2007 Dec 16
2
Changing the origin in polar.plot in plotrix package
I am trying to draw a polar plot, which is easy enough to do in the plotrix package through the polar.plot function. However I would like to change the origin of the length vector. For instance all my length values are between 75 and 85, so instead of having the origin as 0 (the default) I'd like it to be, say, 50. Is t...
2008 Oct 10
3
Got event 17 (Polarity Reversal)...
Can anyone tell me what this message means? Got event 17 (Polarity Reversal)... I'm running DAHDI 2.0 with a TDM401 card. Asterisk version 1.6.0. It appears that I get this Polarity Reversal each time an inbound call hangs up. This results in another ring, but no one is there. It appears as an unknown caller, but I believe its a phantom. Thanks, Jim...
2010 Jun 03
1
plot polar coordinates
Hi, I'd like to plot in in polar coordinates a line which is given as a vector of lengths and angles. library("plotrix") polar.plot(length=c(1,-13,3,-1),polar.pos=c(20,20,45,55),rp.type="p",line.col="red",lwd=3,clockwise=TRUE,label.pos=seq(30,360,by=30),labels=c("ESE","SSE","...
2010 Jun 07
2
Polar coordinate
Greetings to you all. I have two datasets - Time and magnitude. For a particular location, the magnitude of the parameter varies with time. I wish to obtain a polar coordinate distribution of time (0-24h) and magnitudes so as to visualize how magnitude varies with different times of the day (e.g., morning, midnight hours). I have searched for "polar coordinates in R" but could not get helpful hints. I would be most grateful if anyone could advise me...
2008 Mar 20
1
polarity in zapata.conf
hi: In my zapata.conf i have 4 fxo configured channels,for fxo number 1 to 3 i added polarity reversal property but for fxo number 4 i didnt add polarity reversal property but it still giving me on cosole that fxo number 4 is polarized (because the line on fxo number 4 is not polarized). what i want to do is to not let polarity reversal take effect on fxo number 4. that what i have in my...
2011 Jun 27
3
Creating a Polar Plot with expanding points as radius increases
I'd like to create a polar plot similar to those created by the polarFreq function in the openair package. However, this package seems to be specific to wind speed and direction, and requires a "ws" (wind speed) and a "wd" (wind direction) column. My data is unrelated to wind speed, but I'd like to...
2010 Apr 06
2
polarity reverse
Hi, I have a problem with polarity reverse this my dahdi config [channels] context=default usecallerid=yes hidecallerid=no callwaiting=yes usecallingpres=yes callwaitingcallerid=yes threewaycalling=yes transfer=yes canpark=yes cancallforward=yes callreturn=yes echocancel=yes echocancelwhenbridged=yes relaxdtmf=ye...
2012 Oct 08
1
3d polar coordinates in rgl function view3d()
Dear all: I'm enjoying using rgl and I want to set a specific viewpoint. I understand that view3d() will do so by setting the 3d polar coordinate angles, theta and phi. In standard polar coordinates, theta is the angle away from the X axis in the X-Y plane and phi (inclination angle) is the angle between the Z axis and the radius vector It appears that when you use view3d() theta is defined as the angle away from the x axis in...
2003 Aug 15
0
Re: [R} stars graphs
I thought about that star graph again, and realized that it would be quite a handy thing for visualizing cyclic data like time or compass direction. Here is a cleaned up (and renamed) version to do a polar plot that starts at the right and goes counterclockwise or a 24 hour clock plot that starts at the top and goes clockwise. There are probably other varieties that would be interesting. Jim -------------- next part -------------- # scales a vector of numbers to a new range rescale<-function...
2012 Apr 18
2
polar.plot "add" argument
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20120418/b8ae2cdf/attachment.pl>
2007 May 31
4
[RFC][PATCH 4/6] HVM PCI Passthrough (non-IOMMU)
int.patch: - Supports only level-triggered interrupts. Edge interrupts support will be added shortly (should be fairly simple) - Change polarity trick: in order to reflect the external device''s assertion state, the ioapic pin gets its polarity changed whenever an interrupt occur. So an interrupt is generated when the _external_ line is asserted (then, polarity change is done) and another interrupt when the _ex...
2007 Jul 17
1
Missing value in circ.mean and polar.plot
Hi, I try to compute circular means for a matrix with NAs, but the function "circ.mean" return only means for lines with complete values and do not accept "na.omit=T" or "na.rm=T", or "na.action=na.omit", or "na.fail=T". Also, I try to use "polar.plot" of the package poltrix with the same matrix, but angles are not display because of many NAs. Does any one know how what should be the right NA action to get results in these two cases ? # Example of data set of theta in radians day measure strenght theta.1 theta.2 thet...
2011 Jan 05
1
Polarity Reverseal....with analog line
...t from-pstn:3] Hangup("Zap/5-1", "") in new stack == Spawn extension (from-pstn, s, 3) exited non-zero on 'Zap/5-1' -- Hungup 'Zap/5-1' -- Starting simple switch on 'Zap/5-1'[Jan 5 12:45:06] NOTICE[2893]: chan_dahdi.c:6869 ss_thread: Got event 17 (Polarity Reversal)...[Jan 5 12:45:06] NOTICE[2893]: chan_dahdi.c:6869 ss_thread: Got event 17 (Polarity Reversal)...[Jan 5 12:45:06] NOTICE[2893]: chan_dahdi.c:6869 ss_thread: Got event 17 (Polarity Reversal)... -- Executing [s at from-pstn:1] Answer("Zap/5-1", "") in new stack...