search for: kane

Displaying 20 results from an estimated 760 matches for "kane".

Did you mean: jane
2012 Jul 07
11
Splitting a character vector.
...jack")) I thought I should be able to split the characters with strsplit but either I am misunderstanding the function or don't know how to escape a "(" properly in an effort to at least get "XXY" "(mat harry)" Any pointers would be appreciated Thanks John Kane Kingston ON Canada ____________________________________________________________ FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your desktop!
2010 Oct 27
1
Fwd: as.list
...nt bars (parameter diversity) --> error in -0.01*height: non-numeric argument to binary operator PROBLEM As (2) gives NULL, I think that there is a mistake in my r-script with the vector/list function. Thanks Sibylle R-Code PA<-read.table("Biotree_partitioning.txt", header=TRUE) KANE<-which((PA$site=="KA")&(PA$part=="NE")) KANE.LIST<-vector("list", dim(PA[KANE,])[2]-4) KANE.LIST barplot(KANE.LIST, col=as.numeric(PA$diveristy)) -- -- GMX DSL Doppel-Flat ab 19,99 &euro;/mtl.! Jetzt auch mit gratis Notebook-Flat! http://portal.gm...
2013 Apr 03
7
Canadian politcal party colours in ggplot2
...I want to do a couple of ggplot2 plots and have lines or rectangles that accurately reflect the party colours. I can probably play around with RColorBrewer or something to figure it out but if some some already has got them it would save me some time especially with the NDP orange. Thanks John Kane Kingston ON Canada ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
2013 Jun 11
2
ggpairs in GGally replaces plotmatrix in ggplot2
Hi Keith,, ggpairs(dat1, upper = list(continuous = "density", combo = "box")) appears to be what you want. John Kane Kingston ON Canada > -----Original Message----- > From: kw1958 at gmail.com > Sent: Tue, 11 Jun 2013 09:25:48 -0400 > To: r-help at r-project.org > Subject: Re: [R] R-help Digest, Vol 124, Issue 12 > > Folks, > > Sorry for butting in here. I ran the code from John Kan...
2013 Jun 11
2
R-help Digest, Vol 124, Issue 12
Folks, Sorry for butting in here. I ran the code from John Kane below and it worked fine. I did however get a deprecation message suggesting the use of ggpairs from the GGally package to make this chart. Unfortunately I haven't found the correct incantation to get the diagonal to display the density plots using the "diag" parameter. Any sugge...
2008 Jul 04
3
[Wine 0.9.60] Can't install Command & Conquer Kane
Hello guys, When I try to install Command & Conquer Kane's edition, I get this error: "The wizard was interrupted before C&C Kane's edition could be completely installed" I googled "The wizard was interrupted before could be completely installed" And got a Microsoft tutorial about adding a registry key that was a binar...
2013 Feb 08
6
Add text A, B, C and D on multiple ordered plot
Dear list, Is there a elegant way to name multiple ordered plot as A, B, C and D? Just put A, B, C and D on the top left corner of each plot. Usually I do it in Illustrator, but I think in R should there is a way. Could you please provide a example? Thank you very much in advance.
2003 Jan 09
2
Warnings with no INDEX file in a package.
...practice by turning off the warning for missing INDEX. Certainly, the fact that R CMD build creates an INDEX for you if one is not present would suggest that this is an acceptable practice. Or am I missing something? I just hate to ignore a warning each time I build a package . . . Thanks, Dave Kane > R.version _ platform sparc-sun-solaris2.6 arch sparc os solaris2.6 system sparc, solaris2.6 status major 1 minor 6.1 year 2002 month 11...
2006 Aug 28
1
Affiliation Reporting Standards. was: Re: reshape scaling with large numbers of times/rows
...arp on a "commercial" versus non-commercial motivation in the context of an R mailing list? I think it makes no sense. I (like many other R users) have both commercial and university affiliations. Are mailing list participants more willing to answer my questions if I sign them: -- David Kane CEO Kane Capital Management versus -- David Kane Institute Fellow at IQSS Harvard University Moreover, just because I sign a message with a university signature does not mean that I am using the information for academic research just as a commercial signature does not imply the opposite. My coll...
2024 Feb 05
1
ggarrange & legend
...quot;, labels = c("(A)", "(B)"), font.label = list(size = 18, color = "black"), ncol=2) fig1 #===================================================================================== On Mon, 5 Feb 2024 at 08:44, <sibylle.stoeckli at gmx.ch> wrote: > Dear John Kane > > Dear R community > > > > Here my working example > > 1. Example that is working with legend=?top?. However, as mentioned, > the legend is in the middle of the top axis. > > mylist<-list(p1, p2) > > dev.new(width=28, height=18) > > fig1<-...
2012 Jun 12
6
Attempting to update from R 2.14 to 2.15
...te RESULT W: GPG error: http://probability.ca squeeze-cran/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 06F90DE5381BA480 Ubuntu seems to have happily run through all the other updates with no problem Any suggestions? Thanks John Kane Kingston ON Canada sessionInfo() R version 2.14.1 (2011-12-22) Platform: i686-pc-linux-gnu (32-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_CA.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=en_CA.UTF-8 LC_MESSAGES=en_US.UTF-8 [7] LC_PAP...
2004 Sep 15
5
replacing NA's with 0 in a dataframe for specified columns
...x a b c 1 0 0 NA 2 1 NA 0 3 2 1 1 4 NA 2 2 > I know it is easy to replace all the NA's with zeroes. > x[is.na(x)] <- 0 > x a b c 1 0 0 0 2 1 0 0 3 2 1 1 4 0 2 2 > But how do I do this for just columns a and c, leaving the NA in column b alone? Thanks, Dave Kane > R.version _ platform i686-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 9.1 year 2004 month 06 day 21...
2011 Jun 06
51
[PATCH 00/49] Staging: hv: Driver cleanup
Further cleanup of the hv drivers: 1) Continue to cleanup our drivers to conform to the Linux Driver Model. 2) Fix some long standing bugs with regards to unloading and reloading the drivers - block, net and stor. 3) VMBUS is an ACPI enumerated device; make VMBUS an ACPI bus driver. 4) Get rid of channel polling code; instead the channel receive paths will be purely interrupt
2011 Jun 06
51
[PATCH 00/49] Staging: hv: Driver cleanup
Further cleanup of the hv drivers: 1) Continue to cleanup our drivers to conform to the Linux Driver Model. 2) Fix some long standing bugs with regards to unloading and reloading the drivers - block, net and stor. 3) VMBUS is an ACPI enumerated device; make VMBUS an ACPI bus driver. 4) Get rid of channel polling code; instead the channel receive paths will be purely interrupt
2024 Feb 05
2
ggarrange & legend
Dear John Kane Dear R community Here my working example 1. Example that is working with legend=?top?. However, as mentioned, the legend is in the middle of the top axis. mylist<-list(p1, p2) dev.new(width=28, height=18) fig1<- ggarrange(plotlist=mylist, common.legend = TRUE, legend="top"...
2013 Aug 21
1
Gluster 3.4 Samba VFS writes slow in Win 7 clients
...nt. two glusterfs server nodes export share with name of "gvol": hardwares: brick use a raid 5 logic disk with 8 * 2T SATA HDDs 10G network connection one linux client mount the "gvol" with cmd: [root at localhost current]# mount.cifs //192.168.100.133/gvol /mnt/vfs -o user=kane,pass=123456 then i use iozone to test the write performance in mount dir "/mnt/vfs": [root at localhost current]# ./iozone -s 10G -r 128k -i0 -t 4 ?.. File size set to 10485760 KB Record Size 128 KB Command line used: ./iozone -s 10G -r 128k -i0 -t 4 Output is in Kbytes/sec Time Res...
2008 Apr 23
1
CNC3 - Kane's wrath - cursor missing :-(
Hi, I've installed Command & Conquer 3: Kane's wrath on my PC, using Wine 0.9.59. It works, but I cannot see the mouse cursor, so it's not possible to play. Does anybody know, how to solve this problem?? I tried all of the possible choices of DirectX setup (in Wine), but it didn't have any effect.
2013 May 24
2
xtable() with booktabs option problem
...ing \begin{tabular}{rr} \hline & V1 \\ \hline a & 15 \\ b & 11 \\ c & 13 \\ d & 14 \\ e & 10 \\ f & 12 \\ g & 10 \\ h & 6 \\ i & 9 \\ \hline \end{tabular} \end{table} What stunningly stupid thing am I doing? John Kane Kingston ON Canada ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
2011 Feb 17
0
Fw: RE: Variable length datafile import problem
--- On Thu, 2/17/11, John Kane <jrkrideau at yahoo.ca> wrote: > From: John Kane <jrkrideau at yahoo.ca> > Subject: RE: [R] Variable length datafile import problem > To: "Ingo Reinhold" <ingor at kth.se> > Received: Thursday, February 17, 2011, 5:54 AM > Generally most of the gurus are...
2013 Mar 22
4
ggplot2 will not draw a rectangle. Error: ggplot2 doesn't know how to deal with data of class XXX"
...ached): [1] colorspace_1.2-1 dichromat_2.0-0 digest_0.6.3 grid_2.15.3 [5] gtable_0.1.2 labeling_0.1 MASS_7.3-23 munsell_0.4 [9] plyr_1.8 proto_0.3-10 RColorBrewer_1.0-5 reshape2_1.2.2 [13] scales_0.2.3 stringr_0.6.2 John Kane Kingston ON Canada ____________________________________________________________ FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!