search for: connolly

Displaying 20 results from an estimated 397 matches for "connolly".

2004 Nov 18
4
Re: changing (core) function argument defaults?
>From: Patrick Connolly <p.connolly@hortresearch.co.nz> >To: "RenE J.V. Bertin" <rjvbertin@hotmail.com> >Subject: Re: [R] changing (core) function argument defaults? >Date: Thu, 18 Nov 2004 11:43:10 +1300 > >On Wed, 20-Oct-2004 at 07:48PM +0...
2004 Nov 18
4
Re: changing (core) function argument defaults?
>From: Patrick Connolly <p.connolly@hortresearch.co.nz> >To: "RenE J.V. Bertin" <rjvbertin@hotmail.com> >Subject: Re: [R] changing (core) function argument defaults? >Date: Thu, 18 Nov 2004 11:43:10 +1300 > >On Wed, 20-Oct-2004 at 07:48PM +0...
2002 Sep 18
2
More on list to data frame (was: Re: List to Data Frame
...omething like: FRED <- data.frame(cbind(unlist(FOO[[1]]), unlist(FOO[[2]]), # ... for all 25 subsets )) Is it possible to do this, without doing unlist(FOO[[i]]) 25 times? Cheers, Kevin On Fri, 23 Aug 2002, Patrick Connolly wrote: > Date: Fri, 23 Aug 2002 17:02:37 +1200 > From: Patrick Connolly <p.connolly at hortresearch.co.nz> > To: Ko-Kang Kevin Wang <kwan022 at stat.auckland.ac.nz> > Subject: Re: [R] List to Data Frame > > On Fri, 23-Aug-2002 at 01:35PM +1200, Ko-Kang Kevin Wang wro...
2004 Dec 21
4
Removing trailing spaces
...). There are ways I could do it with substring(), but I seem to remember there was something more elegant. I can find the strip function in the clim.pact package, but that trims everything after the first space which is not useful in this case. Someone please refresh my memory. TIA -- Patrick Connolly HortResearch Mt Albert Auckland New Zealand Ph: +64-9 815 4200 x 7188 ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ I have the world`s largest collection of seashells. I keep it on all the beaches of the world ... Perhaps you`ve seen it. ---Steven Wright ~.~.~.~.~.~.~.~...
2003 Apr 22
4
Default value for title in postscript function
...ld I make a private function that calls the standard postscript function, or should I go the whole hog and make an S4 type method to handle it? Or would it be simpler for the standard function to be changed (assuming, of course, there aren't good reasons against doing that)? best -- Patrick Connolly HortResearch Mt Albert Auckland New Zealand Ph: +64-9 815 4200 x 7188 ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ I have the world`s largest collection of seashells. I keep it on all the beaches of the world ... Perhaps you`ve seen it. ---Steven Wright ~.~.~.~.~.~.~.~...
2003 Apr 22
4
Default value for title in postscript function
...ld I make a private function that calls the standard postscript function, or should I go the whole hog and make an S4 type method to handle it? Or would it be simpler for the standard function to be changed (assuming, of course, there aren't good reasons against doing that)? best -- Patrick Connolly HortResearch Mt Albert Auckland New Zealand Ph: +64-9 815 4200 x 7188 ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ I have the world`s largest collection of seashells. I keep it on all the beaches of the world ... Perhaps you`ve seen it. ---Steven Wright ~.~.~.~.~.~.~.~...
2003 Apr 22
2
How do I get 10^4 to become 10000?
...'s as trivial as it gets on the command line, but I can't work out how to get a column of numbers that are entered as "10^5" from its 'character' format into a numeric one? I feel a bit embarrassed asking such a simple question. Too much Easter.... Thanks -- Patrick Connolly HortResearch Mt Albert Auckland New Zealand Ph: +64-9 815 4200 x 7188 ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ I have the world`s largest collection of seashells. I keep it on all the beaches of the world ... Perhaps you`ve seen it. ---Steven Wright ~.~.~.~.~.~.~.~...
2013 Jan 22
4
Simple use of dcast (reshape2 package)
...ts of the numbers in the Eaten column since that's the default fun.aggregate value. My questions are: what fun.aggregate would work? Alternatively, can value.var be set to something useful? TIA -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___ Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_ Average minds discuss events (:_~*~_:) Small minds discuss people (_)-(_) ..... Eleanor Roosevelt ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.
2002 Oct 28
2
subsetting character vector into groups of numerics
...to the eye, but are not always separated from one another consistently. Part of the reason for this exercise is to check that the Group is made up of the Subgroups with no elements missing, so getting Group is not simply a matter of concatenating the subgroups. Ideas appreciated. -- Patrick Connolly HortResearch Mt Albert Auckland New Zealand Ph: +64-9 815 4200 x 7188 ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ I have the world`s largest collection of seashells. I keep it on all the beaches of the world ... Perhaps you`ve seen it. ---Steven Wright ~.~.~.~.~.~.~.~...
2009 Dec 14
6
write.csv and header
Dear list, I would like to export a matrix to a TXT-File by using write.csv (not necessarily). Is there a way to add a header (with additional informations concerning the project) spanning multiple lines to this file before the actual data are listed up? Should look like this: date: filename: number of permutations: ------------ data (as a matrix) Any suggestions? Thnx in advance.
2002 Jul 29
2
How do we omit the coastline using map?
...can draw the outline in a specified colour, but as soon as I set fill to TRUE, I get a black outline in addition. My map has a lot of activity on the coastline so I don't want a black line obscuring what I do there. A pale colour to indicate land mass is what I want to do. best -- Patrick Connolly HortResearch Mt Albert Auckland New Zealand Ph: +64-9 815 4200 x 7188 ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ I have the world`s largest collection of seashells. I keep it on all the beaches of the world ... Perhaps you`ve seen it. ---Steven Wright ~.~.~.~.~.~.~.~...
2018 Feb 02
2
Updating Rcpp package when it is claimed by dplyr
....us> wrote: > > Your last statement is extremely unlikely to be true. The dplyr package should not be present in a vanilla environment, so there should be no such conflict. > -- > Sent from my phone. Please excuse my brevity. > > On February 1, 2018 11:00:01 PM PST, Patrick Connolly <p_connolly at slingshot.co.nz> wrote: >> When i tried to install the hunspell package, I got this error >> message: >> >> Error: package ?Rcpp? 0.12.3 was found, but >= 0.12.12 is required by >> ?hunspell? >> >> So I set about installing a new...
2003 May 05
1
Matrix manipulation
...ends up with groups of the 14 levels, such as this: A a B a C b D bc E c F c G c H cd I d J d K d L de M de N e It's not important to make it vectorized, since the matrix is small, but I could be doing this often enough to not want to do it by hand. Suggestions welcome. Thanks -- Patrick Connolly HortResearch Mt Albert Auckland New Zealand Ph: +64-9 815 4200 x 7188 ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ I have the world`s largest collection of seashells. I keep it on all the beaches of the world ... Perhaps you`ve seen it. ---Steven Wright ~.~.~.~.~.~.~.~...
2005 Nov 06
1
kinship package example data
...n should look like. My efforts to contact the package maintainer have been unsuccessful, so this is a request to anyone who has used kinship to let me know if there is a real dataframe called d10, and if not, what sort of relationship does upn have to the dadid and momid? Thank you. -- Patrick Connolly HortResearch Mt Albert Auckland New Zealand Ph: +64-9 815 4200 x 7188 ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ I have the world`s largest collection of seashells. I keep it on all the beaches of the world ... Perhaps you`ve seen it. ---Steven Wright ~.~.~.~.~.~.~.~...
2002 Jul 12
2
R GUI and object browser
>Date: Fri, 12 Jul 2002 08:35:26 -0700 (PDT) >From: Thomas Lumley <tlumley at u.washington.edu> >To: Patrick Connolly <p.connolly at hortresearch.co.nz> >cc: R-help <r-help at stat.math.ethz.ch> >Subject: Re: [R] R GUI and object browser >MIME-Version: 1.0 > >On Fri, 12 Jul 2002, Patrick Connolly wrote: >> >> >> I wrote my function some years ago and could do it much be...
2010 Mar 03
2
Rmpi on CentOS (64bit)
...have this problem with Fedora 11 and I'd have thought there would be little difference with CentOS (apart from the latter being 64 bit). Is there something else that needs to be specified? TIA -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___ Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_ Average minds discuss events (:_~*~_:) Small minds discuss people (_)-(_) ..... Eleanor Roosevelt ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.
2018 Feb 02
0
Updating Rcpp package when it is claimed by dplyr
...; Your last statement is extremely unlikely to be true. The dplyr package should not be present in a vanilla environment, so there should be no such conflict. |> > -- |> > Sent from my phone. Please excuse my brevity. |> > |> > On February 1, 2018 11:00:01 PM PST, Patrick Connolly <p_connolly at slingshot.co.nz> wrote: |> >> When i tried to install the hunspell package, I got this error |> >> message: |> >> |> >> Error: package ?Rcpp? 0.12.3 was found, but >= 0.12.12 is required by |> >> ?hunspell? |> >> |>...
2002 Apr 24
2
Changing the colour in boxplots using bwplot()
...col and trellis.settings$box.umbrella$col but I can't figure out how to change the colour of the point used to indicate outliers. There doesn't seem to be a general colour. What am I overlooking? best -- ************************************************************* ___ Patrick Connolly {~._.~} HortResearch Great minds discuss ideas; _( Y )_ Mt Albert Average minds discuss events; (:_~*~_:) Auckland Small minds discuss people. (_)-(_) New Zealand .... Anon Ph: +64-9 815 4200 x...
2018 Feb 14
2
Using gutenbergr with a firewall
...ntainer but got no response. The firewall might be a red-herring, but I thought it worthwhile eliminating it as a factor. I would welcome any information on anyone else's experience. Thank you. -- ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~. ___ Patrick Connolly {~._.~} Great minds discuss ideas _( Y )_ Average minds discuss events (:_~*~_:) Small minds discuss people (_)-(_) ..... Eleanor Roosevelt ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.
2007 Jan 31
4
possible spam alert
The last two times I have originated message threads on R or Bioconductor I have received the message included below from someone named Patrick Connolly. Both times I was the originator of the message thread and used what I thought was a unique subject line that explained as best I could what my question was. Patrick seems to be implying that I am abusing the R and BioC help newsgroups in this fashion. When I emailed him to give me a specific exa...