similar to: polygon error

Displaying 20 results from an estimated 200 matches similar to: "polygon error"

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 data used is:
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 is:
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
Hello all! I want to make a barplot with ggplot2. I want to view in the same chart the semn values (significant values (pointer over 50)). I try this code, but only for pointer values. ggplot(data, aes(x = Year, y = pointer)) + geom_bar(stat="identity") please help me with this problem. I use this data: Year variable pointer variable semn 1 1901 neg 0.00 sneg NA 2 1902 neg 0.00 sneg
2007 Dec 27
2
Help with lm and multiple linear regression? (Plain Text version)
(Apologies the previous version was sent as rich text) Hello, I'm new to R, but I've read the intro to R and successfully connected it to an instance of mysql. I'm trying to perform multiple linear regression, but I'm having trouble using the lm function. To start, I have read in a simply y matrix of values(dependent variable) and x matrix of independent variables. It says both
2016 Mar 12
1
Soft lockups with Xen4CentOS 3.18.25-18.el6.x86_64
On 03/10/2016 12:05 AM, Sarah Newman wrote: > On 03/09/2016 08:15 PM, Sarah Newman wrote: >> I've been running 3.18.25-18.el6.x86_64 + our build of xen 4.4.3-9 on one host for the last couple of weeks and have gotten several soft lockups >> within the last 24 hours. I am posting here first in case anyone else has experienced the same issue. >> > > Here is mpstat
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
2002 Feb 12
6
A couple of little R things I can't figure out (column percents, regression with lagged variables)
Simple usage questions that I ought to be able to figure on my own, but can't. 1.I'm able to produce a cross tabulation table showing counts with either table or xtabs. But I want column percentages for interpretation, and it seems stupid to sit there with a calculator figuring marginals and column percentages. How to make R do it after this: > x <- c(1,3,1,3,1,3,1,3,4,4)
2004 May 13
0
Rprof ignores top-level computation (PR#6883)
Full_Name: John Garvin Version: 1.9.0 OS: Linux Submission from: (NULL) (128.42.129.78) This may or may not technically be a bug, but it's certainly an annoyance. Rprof only takes into account computation that occurs inside functions. If a time-consuming operation occurs outside a function, it doesn't record the time it takes. Consider this program 'array.r': Rprof() foo <-
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)
2012 May 09
12
Matrix heatmap
I would like to organize my data as follows: I have a table that contains various data, and the numbers represent a level of similarity between these data, eg RF00013 has 100% similarity with the data RF00014. I would leave my table as a heatmap where darker colors represent higher similarity, and the lighter colors represent less level of similarity. I'm using version 2.11 of R. these
2016 Mar 10
2
Soft lockups with Xen4CentOS 3.18.25-18.el6.x86_64
I've been running 3.18.25-18.el6.x86_64 + our build of xen 4.4.3-9 on one host for the last couple of weeks and have gotten several soft lockups within the last 24 hours. I am posting here first in case anyone else has experienced the same issue. Here is the first instance: sched: RT throttling activated NMI watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [swapper/0:0] Modules linked in:
2016 Mar 10
0
Soft lockups with Xen4CentOS 3.18.25-18.el6.x86_64
On 03/09/2016 08:15 PM, Sarah Newman wrote: > I've been running 3.18.25-18.el6.x86_64 + our build of xen 4.4.3-9 on one host for the last couple of weeks and have gotten several soft lockups > within the last 24 hours. I am posting here first in case anyone else has experienced the same issue. > Here is mpstat from around the time of the issue: 0:08:56 PM CPU %usr %nice
2007 Dec 27
0
Help with lm and multiple linear regression?
Hello, I'm new to R, but I've read the intro to R and successfully connected it to an instance of mysql. I'm trying to perform multiple linear regression, but I'm having trouble using the lm function. To start, I have read in a simply y matrix of values(dependent variable) and x matrix of independent variables. It says both are data frames, but lm is giving me an error that my
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 !
Peoplefone AG offers Voice over IP(VoIP) services with exceptional rates. Peoplefone is a certified partner of Siemens<http://www.siemens.ch/index.jsp?sdc_p=c175fi1012637lmno1012637psuz1&sdc_sid=1113876080&>and AVM/FRITZ!Box <http://www.fritz-shop.ch/>. Due to our rapid growth, for our new Polish subsidiary we are currently seeking for: VOIP SPECIALIST Place of work:
2007 Sep 03
0
Wanted: VoIP Engineer for Warsaw!
Peoplefone AG jest firm? oferuj?c? us?ugi telekomunikacyjne oparte na technologii Voice over IP (VoIP) w wyj?tkowo niskich stawkach. Peoplefone jest certyfikowanym partnerem firm Siemens<http://www.siemens.ch/index.jsp?sdc_p=c175fi1012637lmno1012637psuz1&sdc_sid=1113876080&>i AVM/FRITZ!Box <http://www.fritz-shop.ch/>. W zwi?zku z naszym dynamicznym rozwojem, do nowo tworzonej
2010 Mar 05
1
WEBrick 500 error only with https
I have an application i''m installing on my application server. I''ve been using WEBrick and for now i''d like to just keep using it working in prototype development mode. This works fine on my development machine using both http and https, where the host is ''localhost'' (ports 3000,3001). It also works fine on the application server http port 3000. The
2011 Mar 14
2
data.frame transformation
Hi R users, I have following data frame df<-data.frame(q1=c(0,0,33.33,"check"),q2=c(0,33.33,"check",9.156), q3=c("check","check",25,100),q4=c(7.123,35,100,"check")) and i would like to replace every element that is less then 10 with . (dot) in order to obtain this: q1 q2 q3 q4 1 . . check . 2 . 33.33 check 35