Displaying 6 results from an estimated 6 matches for "defg".
Did you mean:
defa
2011 Jun 18
3
how to subtract one string from another in R
Dear R Group
Here is what i am trying to do.. but couldnt figure out how..
string<-"ABC DEFG HIJKLM NOPQ RSTUV WXY"
string1<-substr(string,1,4)
I want to create an R object string 2 ( following the logic shown).. R does
not allow string subtraction.. any suggestions how to achieve this?
string2<-string-string1 (it should now hold "DEFG HIJKLM NOPQ RSTUV WXY"
I wan...
2009 Sep 15
0
chinese character support issue of rcom
...rty(txe,"Visible",TRUE);
NULL
> newwb <- comInvoke(comGetProperty(txe,"Workbooks"),"Add")
> ws <- comGetProperty(newwb,"Worksheets",1)
> e<-comGetProperty(ws,"Range","A1")
> comSetProperty(e,"Value","abc defg hijl agfasdg")
NULL
> comGetProperty(e,"Value")
[1] "abc defg hijl agfasdg"
> c<-comGetProperty(ws,"Range","A2")
> comSetProperty(c,"Value","中国北京")
NULL
> comGetProperty(c,"Value")
[1] "中国"
> sess...
2001 Oct 28
0
Summary: A speed improvement challenge
...ank,
to restate your problem:
1.) do the linear interpolation as a first cut.
2.) find the subset of points that have more than one neighbour - this
is
kernel density estimation with a boxcar window of half-width del
3.) perform multinomial sampling on the x values for that subset - ie
from
(abc)(defg)(hij) select, say, afj, with probabilities (pqr)(stuv)(wxy)
Step 2 could be done with a call to outer(), but that would probably be
wasteful, especially 'cos it doesn't exploit the ordering of the values.
A C
program that runs through the sorted values would be quick.
As for 3, sample() d...
2004 Jun 29
5
Outgoing CallerID on PRI problems
For outgoing calls made on our PRI circuit we are setting the Caller ID
using the format
Exten => _9XXXXXXX,1,SetCallerID(1601XXXXXXX)
The monitor shows that the CallerID is being set to the specified
number, but yet when the call is received on the user end the ID is
always the base number of our DID. For example we have 8600-8650 as
DID's but the callerid is always 8600 regardless of
2007 Apr 12
9
taille de caractère
en fait je vous renvoi ce message car maintenant la taille de la police change au bout de 500 lignes environ, alors que j''avais reussi à garder la taille jusqu''à environ 5000 lignes.
Je ne comprend pas. Est-ce que c''est instable?
le bout de code que vous m''avez envoyer ne marche pas.
merci
Sebastien
_______________________________________________
wxruby-users
2013 Apr 02
1
v2.2 getting NULL pointer reference with shared namespace in mailbox_tree?
...s_b4 = 0 '\0'}, S_un_w = {s_w1 = 0, s_w2 = 0}, S_addr = 0}}}}, local_port = 0, remote_port = 0, userdb_fields = 0x0, flags_override_add = 0,
flags_override_remove = 0, no_userdb_lookup = 0}
ctx = (struct doveadm_mail_cmd_context *) 0x4a1fe0
getopt_args = 0x48edb8 "+dEfg:l:m:n:Nr:Rs:RAS:u:"
wildcard_user = 0x0
error = 0x0
ret = 0
c = -1
#26 0x000000000042a77b in doveadm_mail_try_run (cmd_name=0xffff80ffbffff95b "backup", argc=5, argv=0xffff80ffbffff688) at doveadm-mail.c:73
cmd__foreach_end = (const void *) 0x4...