similar to: help hist some 'x' not counted; maybe 'breaks' do not span range of 'x'

Displaying 20 results from an estimated 2000 matches similar to: "help hist some 'x' not counted; maybe 'breaks' do not span range of 'x'"

2012 Aug 10
5
help error histograma
Hi, My error isErro em hist.default(dados[[1]], freq = TRUE, seq(0, 30, 0.5), prob = FALSE, : some 'x' not counted; maybe 'breaks' do not span range of 'x' hist(dados[[1]],seq(0, 30, 0.5), prob=TRUE, xlab="chuva (mm/dia)",ylab="frequência", main="", cex.lab=1.6, cex.sub=3,cex.axis=3,cex.main=6) Someone help me? [[alternative
2012 Aug 26
4
error type
Hi, I am trying plot a grafic but generates an error: Erro em plot.default(xlim, ylim, type = "n", ann = FALSE, axes = FALSE, : argumento formal "type" corresponde a múltiplos argumentos especificados DATA: 44 40 39 38 0 7 7 1030 57 37 5146 40 41 4737 34 36 2636 28 33 3738 26 28 2742 38 36 3636 27 22 2853 43 33 40 plot(dados[1],type="o",pch=21,
2012 Oct 19
1
multiple graphs, lapply and different titles
I have a list of data.frames, and i want to iterate over this list and generate graphs with the same title of the data.frame. I did the graphs with: lapply(anual, function(x) plot(x[,'chuva'], type='l', xlab= 'anos', ylab = 'Precicipatação(mm)', col='red')) where anual is list of data.frames. I am plotting just the column "chuva" at each
2019 Jun 26
2
Problem in doveadm import dovecot 2.2
Dear, I always used dovecot in version 2.0 and in the last month i update my servers to dovecot 2.2 but now i have problems with comand dovecot import, not works for me, bellow i put 2 examples used in my tests in boths cases not works for me. Someone already saw some case similar or can help me with this ? doveadm import -u teste at aaaaa.com mdbox:~/mdbox-backup "" mailbox INBOX from
2018 Oct 05
2
Cómo conseguir salida normal en RMarkdown HTML de numeros de 5 dígitos (o más)
Hola, colegas, compañeros y maestros. Es una tontería... que no atino a preguntarsela bien a Google. Tengo unos datos a los que si en consola les digo: > sum(dtk$V9) [1] 37790 devuelve. Pero si eso mismo se lo digo en RMarkdown con código on line, lease `r sum(dtk$V9)` me devuelve un numero horroroso: 3.77910^{4} entre el texto Qué, para colmo, ocupa más carácteres que el que no me imprime.
2004 Jun 02
2
a fault in the "hist" - function (PR#6931)
Full_Name: Stephan Schlueter Version: 1.9.0 OS: Submission from: (NULL) (217.184.109.24) During my studies, I found a fault in the hist()-function: If you have a vector x with values around zero and also bigger than 10,000,000 , there will be a shift of -max(x)/10,000,000 in the hist-datas. See my example: x<-runif(10000) hist(x,breaks=c(seq(-3,3,0.1)),prob=TRUE) #everything ok, but
2007 Oct 25
1
PRI span configuration - span remains down
Hi, I'm trying to connect to Telewest/Virgin Media with a TE110P using asterisk 1.4.13/zaptel 1.4.6. No matter what I try, my span always appears as PRI span 1/0: Provisioned, Down, Active My zapata.conf is currently ----------------------------------- [channels] echocancel=yes echocancelwhenbridged=no echotraining=yes switchtype=euroisdn contect=from-pri signalling=pri_cpe group=1 channel
2012 Aug 06
2
Splitting Data Into Different Series
Dear R Community, I'm trying to write a loop to split my data into different series. I need to make a new matrix (or series) according to the series code. For instance, every time the "code" column assumes the value "433" I need to save "date", "value", and "code" into the "dados433" matrix. Please take a look at the following
2006 Apr 30
0
Using a DIV or SPAN for a content_tag (link_to_remote)
I was wondering if there was an easy way to over ride the <a> tag that is used as the content_tag() value when using link_to_remote(), perhaps using a SPAN or DIV. I see follow the chain in the source code and I guess I could write my own helper, but I was wondering if there was a way to do this already? I know already that SPAN''s and DIV''s are not supported
2008 Jun 03
1
'asymmetric span' for 2D loess?
Hello, I am interested in performing a 2D loess smooth on microarray data, i.e. log2 ratios on a 2D grid, using different spans in the horizontal and vertical directions (the immediate reason being that replicate spots are laid out in the horizontal direction). Is it possible to do this in R? Functions like loess(stats) seem to apply the same span for all predictors, which carries over to
2011 Jun 14
2
sig_pri.c:985 pri_find_dchan: Span 1: No D-chanannel anyway!
Hi All; My ISDN was working fine, and suddenly I start getting the below: sig_pri.c:985 pri_find_dchan: Span 1: No D-chanannel anyway! There is a Yellow Alarm, so what it could be the problem? My configuration as following: system.conf span=1,1,0,ccs,hdb3,yellow bchan=1-15,17-31 dchan=16 chan_dahi.conf context=IncomingPSTN group=0 signalling=pri_cpe switchtype=euroisdn
2011 Jan 05
0
TE420 issue: card 0 span N: isr2=XX isr3=Y
I have just built a new system using an HP DL360G7 with a TE420 T1 card, and this is the first system using a generation 7 server. I'm not sure whether that is an issue or not. I am using Asterisk 1.2, and Zaptel 1.4.12.1 with patches for GEN5 of the TE420 card. I have successfully used this combination on several systems based on the DL360G6 and TE420(gen5), which have been in production for
2008 Jan 07
1
Multi-SPAN (4xE1) Zap Group (Outbound)
Hi, Can someone point me to a zapata.conf example that will create a single DIAL OUT group including all 4 spans on a TE4XXP? One friend says to change the group number all to "1" on all 4 spans. Another suggestions says it is possible to have these unique groups (1-4) and to combine all 4 into a single group "5". I like the second suggestion best. Can you guide me to the
2013 Nov 01
1
TE420, is it possible do disable span (red blinking)?
Hello! Just got new server with TE420. Not all four spans will be used immediately, but spans not configured or not connected blink red light. Is it possible to turn span off, so my colleagues will not eventally tell me that something is wrong with asterisk? :-) Thank you!
2012 Jan 11
1
span port from cisco switch to host to guest using kvm
I am trying to get the equivalent of promisc mode to pass all received traffic to a kvm guest that is running snort. So I have a cisco switch with span port plugged into eh2 on my kvm host which is centos. I want the kvm host to forward all promisc traffic from the span port to the guest running snort of tcpdump. What would be the best way to do this?
2008 Mar 08
1
[Bridge] span/monitor port
Hi, I was wondering if there's an established way to set up one or more ports of a bridge as 'span' or 'monitor' ports. I.e., once a port is in this state, it discards any packets it receives, and gets a copy of any other packet the bridge is forwarding out any other port. Kind-of like cisco's span monitor session. If not, I'd be interested in having a go at it, but
2013 Mar 05
2
red alarm on span - do channels in the group automatically get skipped over?
Hello, If I put two spans' worth of channels, say 1-23 from span 1 and 25-47 in span 2, in one group, but only span 2 was showing OK and the other was down / showing a RED alarm, would asterisk automatically skip over trying to use channels 1-23 when doing outbound calls? e.g., dial(dahdi/g1/(number) would just jump to channel 25? Testing seems to bear this out, but I'm not positive
2011 Jun 14
1
sig_pri.c:985 pri_find_dchan: Span 1: No D-chanannel
Dear Doug; But I am afraid it is a bug because I read something this in the below link: https://issues.asterisk.org/view.php?id=17270 But maybe this was for old driver .. again, I am afraid if it is a bug. DAHDI Version: 2.4.1 libpri-1.4.11.5 Any advise if the below message is a bug? [Jun 15 16:14:00] WARNING[2773]: sig_pri.c:985 pri_find_dchan: Span 1: No D-channels available! Using
2004 Nov 21
0
HFS in NT mode getting PRI got event: 6 on Primary D-Channel of span 1
Hello list We're trying to get a HFC card running in NT mode. Zaphfc loads fine as module and ztcfg -v is run only once per reboot. Cabling is ok, the ISDN-TE gets ist power fine. The HFC card does not share any interupts. After the TE picks up the console (pri debug enabled) shows: Nov 21 18:42:20 NOTICE[13326]: chan_zap.c:7169 pri_dchannel: PRI got event: 6 on Primary D-channel of span 1
2005 Feb 03
1
E1's and span - what questions to ask my service provider
I am planning to go in for a E1 line and whould like to know what questions i need to ask my service provider so i can connect that E1 to my asterisk box using the digium E1 card. what I mean is will my service provider give me info like LBO, framing , coding etc which i need to configure the span tag in the zaptel.conf and what about B and D channels am I allowed to setup whichever channel I