search for: xii

Displaying 20 results from an estimated 35 matches for "xii".

Did you mean: xi
2008 Feb 12
3
sort a data frame according to roman characters
R-help, I have a data frame with one column containing roman numbers The data are not sorted as : I II III IV V VI VII VIII IX X XI XII XIII XIV XV Using data[order(data$Roman),] does not do the job. How can this be done? Thanks in advance.
2008 Jul 09
1
Help with installing add-on packages
...used uninitialized in this function gfortran -m32 -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c idgrid.f -o idgrid.o In file idgrid.f:90 IF (SIDE(X1,Y1,X2,Y2,XII,YII)) 130, 40, 50 1 Warning: Obsolete: arithmetic IF statement at (1) In file idgrid.f:92 50 IF (SIDE(X2,Y2,X3,Y3,XII,YII)) 130, 60, 70...
2018 May 22
2
Plot qualitative y axis
...ere's a guess at what you want > by the lines for M and W: > > ppdf<-read.table(text="N M W > I 10 106 > II 124 484 > III 321 874 > IV 777 1140 > V 896 996 > VI 1706 1250 > VII 635 433 > VIII 1437 654 > IX 693 333 > X 1343 624 > XI 1221 611 > XII 25 15 > XIII 3 NA > XIV 7 8", > header=TRUE) > barpos<-barplot(t(as.matrix(ppdf[,2:3])),horiz=TRUE, > names.arg=ppdf$N,beside=TRUE,col=c("red","blue")) > legend(1000,8,c("W","M"),fill=c("blue","red")) > lines(...
2008 Sep 18
2
Problem installing packages in newer versions of R
...used uninitialized in this function gfortran -m32 -fpic -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -c idgrid.f -o idgrid.o In file idgrid.f:90 IF (SIDE(X1,Y1,X2,Y2,XII,YII)) 130, 40, 50 1 Warning: Obsolete: arithmetic IF statement at (1) In file idgrid.f:92 50 IF (SIDE(X2,Y2,X3,Y3,XII,YII)) 130, 60, 70 1 Warning:...
2018 May 21
2
Plot qualitative y axis
Hi all, I?m trying to plot this data N M W I 10 106 II 124 484 III 321 874 IV 777 1140 V 896 996 VI 1706 1250 VII 635 433 VIII 1437 654 IX 693 333 X 1343 624 XI 1221 611 XII 25 15 XIII 3 XIV 7 8 So that in de Y axis will be the level (qualitative data) and in the X axis will be M and W variables. So x axis will be wwith a lenght between 0 and 2000. I would like to plot a line with M and other with W so it will be obvious that above V (in the Y axis) thera are more W a...
2018 May 23
0
Plot qualitative y axis
...=============================================== library(reshape2) library(ggplot2) dat1? <- structure(list(N = c("I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX", "X", "XI", "XII", "XIII", "XIV"), M = c(10L, 124L, 321L, 777L, 896L, 1706L, 635L, 1437L, 693L, 1343L, 1221L, 25L, 3L, 7L), W = c(106L, 484L, 874L, 1140L, 996L, 1250L, 433L, 654L, 333L, 624L, 611L, 15L, NA, 8L)), .Names = c("N", "M", "W"), class = "data.fr...
2018 May 23
0
Plot qualitative y axis
Hi Pedro, Not too hard. Just have to watch the order of the variables: ppdf<-read.table(text="N M W I 10 106 II 124 484 III 321 874 IV 777 1140 V 896 996 VI 1706 1250 VII 635 433 VIII 1437 654 IX 693 333 X 1343 624 XI 1221 611 XII 25 15 XIII 3 NA XIV 7 8", header=TRUE) plot(rev(ppdf[,2]),1:14,col="blue",lty=1,type="l", yaxt="n",ylab="N",xlab="ppdf[,2]") points(rev(ppdf[,3]),1:14,col="red",lty=1,type="l") axis(2,at=1:14,labels=rev(ppdf[,1])) legend(13...
2016 Sep 04
1
How to insert instructions before each function calls?
On Sun, Sep 4, 2016 at 7:44 AM, Ryan Taylor <ryta1203 at gmail.com> wrote: > Mehdi, > > Sorry, I misread his original post. > > So something like: > > XXXInsrtInfo *XII; // target instruction info > MachineBasicBlock::iterator MI = MachineBasicBlock(YourCallInst); > MachineBasicBlock *MBB = YourCallInst->getParent(); // basic block > location of your call inst > BuildMI(*MBB, MI, DebugLoc(), XII->get(XXX:::INSTRUCTION)......); > > Th...
2018 May 21
0
Plot qualitative y axis
...mo <percentil101 at gmail.com> wrote: > Hi all, > > I?m trying to plot this data > > N M W > I 10 106 > II 124 484 > III 321 874 > IV 777 1140 > V 896 996 > VI 1706 1250 > VII 635 433 > VIII 1437 654 > IX 693 333 > X 1343 624 > XI 1221 611 > XII 25 15 > XIII 3 > XIV 7 8 > So that in de Y axis will be the level (qualitative data) and in the X axis > will be M and W variables. So x axis will be wwith a lenght between 0 and > 2000. > > I would like to plot a line with M and other with W so it will be obvious > that abo...
2008 Feb 20
1
Problem Using the %in% command
...out FALSE for every gene in every function. Can anyone please give me a hind how to handle the problem? Thank you very much in advance! Paul -- Paul C. Schröder PhD-Student Division of Proteomics, Genomics & Bioinformatics Center for Applied Medicine (CIMA) University of Navarra Avda. Pio XII, 55 E-31008 Pamplona, Spain Tel: +34 948 194700, ext 5023 email: pschrode@alumni.unav.es [[alternative HTML version deleted]]
2008 Oct 05
2
Autopano Pro 1.4.2 on WINE (path problem I think)
...t.exe -rw-r--r-- 1 szczerb szczerb 106555 VIII 26 2007 BugSplat.dll -rw-r--r-- 1 szczerb szczerb 45117 VIII 26 2007 BugSplatRc.dll -rw-r--r-- 1 szczerb szczerb 986112 VIII 26 2007 dbghelp.dll -rw-r--r-- 1 szczerb szczerb 1773568 IV 18 14:41 KGFL_Win32.dll -rw-r--r-- 1 szczerb szczerb 1536000 XII 10 2007 QtCore4.dll -rw-r--r-- 1 szczerb szczerb 6275072 XII 10 2007 QtGui4.dll -rw-r--r-- 1 szczerb szczerb 348160 XII 10 2007 QtNetwork4.dll drwxr-xr-x 5 szczerb szczerb 4096 IX 25 21:52 resources -rwxr-xr-x 1 szczerb szczerb 118141 IX 25 21:52 Uninstall.exe I'm using wine 1.1.5 wi...
2016 Sep 05
2
How to insert instructions before each function calls?
...; On Sep 4, 2016 10:20, "SHUCAI YAO" <yaos4 at mcmaster.ca> wrote: > > > On Sun, Sep 4, 2016 at 7:44 AM, Ryan Taylor <ryta1203 at gmail.com> wrote: > Mehdi, > > Sorry, I misread his original post. > > So something like: > > XXXInsrtInfo *XII; // target instruction info > MachineBasicBlock::iterator MI = MachineBasicBlock(YourCallInst); > MachineBasicBlock *MBB = YourCallInst->getParent(); // basic block location of your call inst > BuildMI(*MBB, MI, DebugLoc(), XII->get(XXX:::INSTRUCTION)......); > > The Bu...
2004 Sep 27
1
Peer Review - Linuxfest Presentation Outline
...2 driver iv. ISDN4Linux - v. MCGP - Media Gateway Control Protocol driver vi. SCCP - vii. SIP viii. Zap b. Codecs i. G.723.1 ii. GSM iii. G.711 u-law iv. G.711 A-law v. G.726 vi. ADPCM vii. 16 bit Signed Linear PCM viii. LPC10 ix. G.729A audio x. SpeeX xi. iLBC xii. JPEG image xiii. PNG image xiv. H.261 Video xv. H.263 Video c. Applications (A Select Few) i. AGI: Executes an AGI compliant application ii. Answer: Answer a channel if ringing iii. Authenticate: Authenticate a user iv. BackGround: Play a file while awaiting extension v. Backgroun...
2016 Sep 04
2
How to insert instructions before each function calls?
So one way might look like this: IRBuilder<> Builder(&*BB); // BB = Function::iterator OR IRBuilder<> Builder(CallInst->getParent()); Builder.SetInsertPoint(CallInst); InstructionClass *YourNewInstruction = builder.CreateInstructionClass(.....); // InstructionClass = type of instruction you are inserting -Ryan On Sat, Sep 3, 2016 at 6:04 PM, Ryan Taylor <ryta1203 at
2006 Feb 01
1
akima 0.4-5, interpp() bug = COMMON block problem
...oblem. =================================================================== RCS file: /home/cvs/math/stat/R/akima/src/idlctn.f,v retrieving revision 1.2 diff -u -r1.2 idlctn.f --- idlctn.f 19 Aug 1998 21:54:17 -0000 1.2 +++ idlctn.f 1 Feb 2006 10:28:53 -0000 @@ -49,7 +49,7 @@ X0 = XII Y0 = YII C PROCESSING FOR A NEW SET OF DATA POINTS - IF (NIT.NE.0) GO TO 80 +C IF (NIT.NE.0) GO TO 80 NIT = 1 C - DIVIDES THE X-Y PLANE INTO NINE RECTANGULAR SECTIONS. XMN = XD(1) I guess, using COMMON blocks is generally a bad idea when using Fortran code within...
2018 Aug 16
2
explorer.exe crashes on security tab access
...> > Rowland > > -- Z poważaniem, Kacper Wirski tel. +48 608 421 424 tel:   + 48 22 637 50 01 fax:   + 48 22 637 50 04 Babka Medica Spółka z ograniczonš odpowiedzialnoœciš Spółka komandytowa ul. Słomińskiego 19 lok.517, 00-195 Warszawa Sšd Rejonowy dla M.St. Warszawy w Warszawie  XII Wydział Gospodarczy KRS 0000491764 NIP 525-234-00-28 www.babkamedica.pl <http://www.babkamedica.pl/> ---------------------------------------------------------------------------- Informacja zawarta w niniejszej korespondencji jest poufna. Korespondencja skierowana jest wyłšcznie do osoby...
2019 Oct 22
3
Win7 vs. Win10 GPO Editing
Hi, I have a problem with GPO editing. I have some GPO first created with RSAT and GPO editor on Win 7 x64. I have modified recently this object with RSAT and GPO editor on Win 10 x64 . If I try to edit the GPO back to Win7 I got the following error (in french): La ressource ? $(string.SiteDiscoveryEnableWMI) ? r?f?renc?e dans l?attribut displayName est introuvable. Fichier
2017 May 29
0
ntlm_auth with freeradius
...t; Many thanks, > > Tim -- Z poważaniem, Kacper Wirski tel. +48 608 421 424 tel: + 48 22 637 50 01 fax: + 48 22 637 50 04 Babka Medica Spółka z ograniczoną odpowiedzialnością Spółka komandytowa ul. Słomińskiego 19 lok.517, 00-195 Warszawa Sąd Rejonowy dla M.St. Warszawy w Warszawie XII Wydział Gospodarczy KRS 0000491764 NIP 525-234-00-28 www.babkamedica.pl <http://www.babkamedica.pl/> ---------------------------------------------------------------------------- Informacja zawarta w niniejszej korespondencji jest poufna. Korespondencja skierowana jest wyłącznie do osoby...
2017 Sep 18
0
samba 4 ad member - idmap = ad for machine accounts
...be from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba     -- Z poważaniem, Kacper Wirski tel: + 48 608 421 424 Babka Medica Sp. z o.o. Sp. k. ul. Słomińskiego 19/517, 00-195 Warszawa Sąd Rejonowy dla M.St. Warszawy w Warszawie XII Wydział Gospodarczy KRS 0000298042 NIP 525-234-00-28 www.babkamedica.pl ---------------------------------------------------------------------------- Informacja zawarta w niniejszej korespondencji jest poufna. Korespondencja skierowana jest wyłącznie do osoby (firmy) wymienionej wyżej. Rozpowsze...
2004 Dec 10
1
Lots of SIG11 with test57
Hi, Here is the backtrace. -- Nico Que de tout inconnu le sage se m?fie. -+- Jean de La Fontaine (1621-1695), Le Renard, le Loup et le Cheval (Fables XII.17) -+- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: Dovecot-1.0-test57-backtrace URL: <http://dovecot.org/pipermail/dovecot/attachments/20041210/65ba29a4/attachment-0001.pl>