Re: [R] Passing function arguments to dataset names

2011-05-23 Thread MatAra
Janko, Thanks a lot for your reply. Option 2 is exactly what I was looking for. Mil gracias! Mateo -- View this message in context: http://r.789695.n4.nabble.com/Passing-function-arguments-to-dataset-names-tp3545567p3545741.html Sent from the R help mailing list archive at Nabble.com.

[R] BiodiversityR GUI error message

2011-05-23 Thread Gábor Pozsgai
Dear List, I have just got a laptop with win 7 64 bit installed on it. I installed R and quite a few packages I use. When I try to start BiodiversityR the library loads without any problems but when starting the GUI it gives me the following error message: Sourced: BiodiversityGUI.R Error : .onAt

Re: [R] days between dates

2011-05-23 Thread Ian Gow
Geoffrey: There may be something for this in one of the packages dealing with dates. If not, here's one (incomplete) idea, based on something I used for a similar issue a little while ago. Essentially, make a data frame that ranks each weekday over a period in ascending order. This data frame

Re: [R] histogram with density

2011-05-23 Thread Rekha
S . Am getting error still now if i use both version of the codes . i have to call any library? On Tue, May 24, 2011 at 9:22 AM, Steve Lianoglou < mailinglist.honey...@gmail.com> wrote: > Hi, > > On Mon, May 23, 2011 at 11:41 PM, Rekha wrote: > > Hello All,* > > > > *I want to draw a histogram

Re: [R] histogram with density

2011-05-23 Thread Steve Lianoglou
On Tue, May 24, 2011 at 12:31 AM, Rekha wrote: > S . Am getting error still now if i use both version of the codes . > > i have to call any library? No. The code you've written here doesn't require loading any other R libraries. Please copy and paste the exact code you've entered along with the

Re: [R] pam() seems to ignore cluster number

2011-05-23 Thread Martin Maechler
> Dario Strbenac > on Wed, 18 May 2011 12:00:11 +1000 writes: > I am using PAM with k = 10 clusters, but I only get one cluster > ID for all my observations. I couldn't find any discussion about > this in the help file, or mailing lists. Is there a reasonable > explan

<    1   2