search for: poz

Displaying 12 results from an estimated 12 matches for "poz".

Did you mean: pos
2013 Apr 01
0
ggplot2 label problem
I have a problem to plot label (Year) only for significant values (in this case spoz and sneg). I use this code, but don't work with labels. library(ggplot2) ggplot(data1, aes(x = Year, y = value,fill=type,width=1))+ geom_bar(stat="identity",position="identity")+ scale_y_continuous(breaks = round(seq(-100, 100, by = 10),10))+ theme_bw() Thank you! the...
2013 Apr 01
0
ggplot2 label
Hello all! I have a problem to plot label (Year) only for significant values (in this case spoz and sneg). I use this code, but don't work with labels. library(ggplot2) ggplot(data1, aes(x = Year, y = value,fill=type,width=1))+ geom_bar(stat="identity",position="identity")+ scale_y_continuous(breaks = round(seq(-100, 100, by = 10),10))+ theme_bw() the data used...
2013 Apr 01
0
ggplot label problem
Dear R users, I have a problem to plot label (Year) only for significant values (in this case spoz and sneg). I use this code, but don't work with labels. library(ggplot2) ggplot(data1, aes(x = Year, y = value,fill=type,width=1))+ geom_bar(stat="identity",position="identity")+ scale_y_continuous(breaks = round(seq(-100, 100, by = 10),10))+ theme_bw() the data used...
2013 Apr 01
0
overlaping barplot
...inter variable semn 1 1901 neg 0.00 sneg NA 2 1902 neg 0.00 sneg NA 3 1903 neg 0.00 sneg NA 4 1904 neg 0.00 sneg NA 5 1905 neg -100.00 sneg -100.00 6 1906 neg -100.00 sneg -100.00 7 1907 neg -50.00 sneg NA 8 1908 neg -66.67 sneg -66.67 9 1909 neg 0.00 sneg NA 10 1910 neg -66.67 sneg -66.67 112 1901 poz 0.00 spoz NA 113 1902 poz 100.00 spoz 100.00 114 1903 poz 100.00 spoz 100.00 115 1904 poz 0.00 spoz NA 116 1905 poz 0.00 spoz NA 117 1906 poz 0.00 spoz NA 118 1907 poz 50.00 spoz NA 119 1908 poz 33.33 spoz NA 120 1909 poz 33.33 spoz NA 121 1910 poz 33.33 spoz NA Thank you very much! -- --- Cat...
2013 Apr 01
1
polygon error
Hello all! I have a problem to draw a polygon with R. My data is like this> Year Nb.series Perc.pos Perc.neg Nature RGV_mean RGV_sd neg poz 1 1901 1 0.00 0.00 0 4.29 NA 0.00 0.00 2 1902 1 100.00 0.00 1 16.47 NA 0.00 100.00 3 1903 1 100.00 0.00 1 31.31 NA 0.00 100.00 4 1904 1 0.00 0.00 0 -9.62 NA 0.00 0.00 5 1905 1 0.00 100.00 -1 -22.55 NA -100.00 0.00 6 1906 1 0.00 100.00 -1 -12.09 NA -100.00 0.00 7 1907 2 50.00 50.00 0 5.40 50.95 -50....
2004 May 02
6
Simple SIP X-Lite Configuration Failing
I keep getting the following Auto-congesting message whenever I try to dial from an X-Lite SIP phone to another one within my LAN. It's a real basic configuration but I am unable to figure out what is happening: localhost*CLI> -- Executing Dial("SIP/jay-de1b", "SIP/jtest|20|tr") in new stack -- Called jtest May 2 11:47:58 NOTICE[1133742896]: chan_sip.c:1019
2006 Feb 18
2
Application Faxing using SIP
I have a specific business problem that I'm hoping someone has ideas and/or has already worked out a solution. My application needs to be able to automatically create and issue faxes to many different fax machines. The volume is going to be very high. And it is only about sending faxes and not receiving them. My application is hosted by an ASP but the Linux (Fedora 2) server is
2012 Jan 19
8
sumarizar
*Hola!!! resulta que tengo unos datos de divisas ordenados por fechas (días) los que he convertido a formato tipo YYYY-MM-DD donde DD siempre es 01:* * * * EUR.resto$date<-as.Date(EUR.resto$date) EUR.resto$mo <- substr(EUR.resto$date,6,7) EUR.resto$yr <- substr(EUR.resto$date, 1,4)
2004 May 01
1
Searching Archives (Basic SIP Configuration Problem)?
I'm new to Asterisk and have been attempting various configurations. I'm having problems with the basics of SIP to SIP phone communications within my own network. I've configured two phones ( Xten X-Lite) and whenever I dial either one I get errors as follows: *auto-congestion SIP/Phone 1 *SIP/Phone 1 is circuit-busy *Everyone is busy at this time I usually don't post such
2007 Sep 12
0
Wanted: VoIP Engineer for Warsaw !
...eoplefone.com In your application please put the following statement: I hereby agree for processing the following personal information strictly for recruitment purposes in accordance with the regulation regarding the protection of personal data passed on the following date: 29.08.97r. Dz.U nr 133 poz. 883. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070912/230d4123/attachment.htm
2007 Sep 03
0
Wanted: VoIP Engineer for Warsaw!
...ER - umiej?tno?? konfigurowania bramek i ruter?w Cisco, Patton, lub innych - znajomo?? protoko??w SIP lub STUN - znajomo?? problematyki NAT I funkcjonowania outband Proxy - znajomo?? narz?dzi monitoruj?cych jak Cactus, Nagios, MRTG - znajomo?? narz?dzi jak DRBD, Hearthbeat - dyspozycyjno?? Wszystkich zainteresowanych prosimy o przes?anie ?yciorysu oraz listu motywacyjnego (zawieraj?cego zgod? na przetwarzanie danych osobowych) *do 10 wrze?nia br. ** *na adres: *ewa.ciesla at peoplefone.com* W temacie wiadomo?ci wysy?anej poczt? elektroniczn? prosimy umie?ci? nazw? stanow...
2009 Dec 17
2
some help regarding combining columns from different files
Dear all, Here is my code which am using to combine 5th column from different data sets. Here is the function to do my job genesymbol.append.file <-NULL gene.column <- NULL readGeneSymbol <- function(files,genesymbol.column=5){ for(i in fnames){ temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")