Displaying 20 results from an estimated 2000 matches similar to: "How to fill in a region with different patterns?"
2003 Dec 05
2
s-plus to R
Hi, I have a piece of code originally written for s-plus - I am trying to
run it in R now. The code was obtained from someone who is now not
available to give any pointers and I am a beginner in R. Here is where it
is getting stuck:
> +names(good.motifs[,1])
Error in +names(good.motifs[, 1]) : Invalid argument to unary operator
here is now names(good.motifs,1]) looks:
>
2013 May 16
2
11.4: motif can only handle one channel at a time?
I have a call on gv over motif. I try to bridge it to another call over
motif, but a different gv account, and I get congestion.
motif only handles one 1 channel at a time??
sean
2014 Dec 17
2
11.5.0: blindxfer problems
I've got a confbridge set up which works if dialed locally:
-- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack
-- Executing [266 at internal:2] SendDTMF("DAHDI/1-1", "1") in new stack
-- Executing [266 at internal:3] ConfBridge("DAHDI/1-1", "1") in new stack
-- <DAHDI/1-1> Playing
2014 Dec 20
2
11.5.0: blindxfer problems
On 12/19/2014 09:42 AM, Rusty Newton wrote:
> On Wed, Dec 17, 2014 at 1:09 PM, sean darcy <seandarcy2 at gmail.com> wrote:
>> I've got a confbridge set up which works if dialed locally:
>>
>> -- Executing [266 at internal:1] Answer("DAHDI/1-1", "") in new stack
>> -- Executing [266 at internal:2] SendDTMF("DAHDI/1-1",
2014 Dec 21
2
11.5.0: blindxfer problems [Spam score:10%]
Have you enabled DTMF logging and seen the DTMF codes being recognised by
Asterisk? I had a bunch of soft phones that I had to change to using ?sip
info? for the DTMF signalling as the RFC signalling was not always being
recognised. This would cause transfers to appear as if the user had not
dialled any digits.
On 20/12/2014 20:52, "sean darcy" <seandarcy2 at gmail.com> wrote:
2008 Dec 09
2
motif search
Hi,
I am very new to R and wanted to know if there is a package that, given
very long nucleotide sequences, searches and identifies short (7-10nt)
motifs.. I would like to look for enrichment of certain motifs in
genomic sequences.
I tried using MEME (not an R package, I know), but the online version
only allows sequences up to MAX 60000 nucleotides, and that's too short
for my needs..
2015 Nov 01
5
no ringing tone with Dial option r
I'm not getting any ringing when I use option r with Dial:
Dial("DAHDI/1-1", "motif/8447/+1<called-num>@voice.google.com,,rTt") in
new stack
Otherwise all works. The call goes through, good audio.
sean
2013 Jun 10
3
no silk translation ?
Using 11.4.0, trying to use SILK on the cell phone to ulaw over gv, but
no success:
[Jun 10 16:18:22] WARNING[4090][C-0000000a]: channel.c:6164
ast_channel_make_compatible_helper: No path to translate from
SIP/ng-00000000 to Motif/+12025551212 at voice.google.com-da3c
[Jun 10 16:18:22] WARNING[4090][C-0000000a]: app_dial.c:3032
dial_exec_full: Had to drop call because I couldn't make
2005 Sep 01
1
making self-starting function for nls
Hello. Following pages 342-347 of Pinheiro & Bates, I am trying to
write a self-starting nonlinear function (a non-rectagular hyperbola) to
be used in nonlinear least squares regression (and eventually for a
mixed model). When I use the getInitial function for my self-starting
function I get the following error message:
> getInitial(photo~NRhyperbola(Irr,theta,Am,alpha,Rd),dat)
Error
2013 Jan 07
7
Outoing Calls Motif Google Voice Calls Ring After Pick-up
Outoing calls I make using Motif Google Voice Calls continue ringing
even after the other end picks up.
I have to restart Asterisk to resolve the issue.
I don't see any errors.
It's not recognizing that the other party picked up the phone and
restarting Asterisk fixes it only for a day.
--
Co-op Vacation Rentals
www.coopvr.com
15218 Summit Ave
Suite #300-354
Fontana, CA 92336
2011 May 07
2
write.table vs. read.table and the argument "fill"
Just wondering how come read.table lets you specify fill=TRUE for ragged
arrays, but so far as I can tell, no equivalent for write.table?
Not a big deal, since I'm perfectly comfortable w/ write and scan and
the other file I/O goodies. "A foolish inconsistency..." and all that.
Carl
2013 Mar 07
2
11.3: how to hang up on google voice
Some calls I get from google voice, I just send myself an email about
the call and want to hangup. But I can't seem to make gv know I've hung up.
extensions.conf:
same => n,GoToIf($["${CALLERID(num)}"="office"]?email)
.................
same => n(email),System(/usr/local/bin/emailme........)
same => n,Answer() ; also tried without this
same =>
2010 Jan 14
4
<video src="*.ogg">
When I tried to view Basil's video streams yesterday, it
worked with Firefox 3.5.x on both Linux and Windows,
but failed with Chrome 3.0 on Windows XP.?
I get opposite results with
http://www.citizenofplanetearth.org/citizen.ogg
The only browser I've tried that plays that video is
Chrome 3.0 on Windows XP.
The <video> tag I'm using is about as simple as can be.
<video
2012 Nov 02
3
Outgoing Google Motif Calls connect but continue ringing on outgoing side
I upgraded from Asterisk 10 to 11 and switched from gtalk.conf and
jabber.conf to use motif.conf and xmpp.conf.
I disabled gtalk and jabber from loading in modules.conf
noload => res_jabber.so
noload => chan_gtalk.so
After copying my settings to the new conf files and restarting Asterisk
I had no errors, but making outgoing calls from clients just kept
ringing even though the other side
2005 Mar 04
1
R-2.01 and RSPerl-0.6.2
Hi,
I am somewhat new to R and RSPerl, but I think this particular problem
has to do with RSPerl and so I am not sure if this is the right forum
to ask for help. Nevertheless I am quite sure that many of you would
have used RSPerl with R.
My hardware platform is a Sun/Solaris V440 server running Solaris 9
operating system I use the gcc-3.4.0 compiler to compile R without any
problems. My
2009 Oct 21
2
three related time series with different resolutions
I have three time series, x, y, and z, and I want to analyse the
relations between them. However, they have vastly different
resolutions. I am writing to ask for advice on how to handle this
situation in R.
x is a stimulus, and y and z are responses.
x is a rectangular pulse 4 sec long. Its onset and offset are known
with sub-millisecond precision. The onset varies irregularly -- it
doesn't
2014 Jul 15
1
try to work asterisk 11.11 with ice-upd
I have configured support for ice in sip.conf, and made a connection
with motif to jingle, but does not work for me
[Jul 15 12:03:32] ERROR[21758]: chan_motif.c:1955
jingle_interpret_ice_udp_transport: Received ICE-UDP transport
information on session '8b4hdffbt37vg' but ICE support not available
-- Executing [s at xmpp-in:1] NoOp("Motif/allan-ce76", " llamada de
2017 Jun 17
3
suggestion to fix packageDescription() for Windows users
Hi Duncan,
Thanks for your reply. Yes, it does seem to be specific to the CTYPE
setting to Chinese on Windows. If I set it to English using
Sys.setlocale() there is no problem, then back to Chinese and the
authors disappear:
Sys.setlocale("LC_ALL","English")
citation("readr")
#' To cite package ?readr? in publications use:
#'
#' Hadley Wickham, Jim
2010 Oct 24
6
Contour Plot on a non Rectangular Grid
Dear All,
I would like to plot a scalar (e.g. a temperature) on a non-rectangular
domain (or even better: I would simply like to be able to draw a contour
plot on an arbitrary 2D domain). I wonder if there is any tool to
achieve that with R. I did some online search in particular on the list
archives, found several queries similar to this one but was not able to
find any conclusive answer.
I
2008 Feb 13
2
Perils of R_LIBRARY_PATH
The R front end sets (via etc/ldpath) R_LIBRARY_PATH, including
R_JAVA_LD_LIBRARY_PATH. Perhaps the later is too obliging, as I've just
be caught by it in a way that took me a while to track down.
One of my machines has a Sun jdk1.6.0* JDK installed, and as a result
we have
${R_JAVA_LD_LIBRARY_PATH=${JAVA_HOME}/lib/amd64/server:${JAVA_HOME}/lib/amd64:
${JAVA_HOME}/../lib/amd64}
What I