[Rd] typo in reshape.Rd

2007-02-28 Thread Stephen D. Weigand
The 3 lines below are from paragraph 4 of \details in reshape.Rd. In line [2], a space is needed before "where" and the "to" at the end of the line should be removed. [1]these names. The default is variable names like \code{x.1}, [2]\code{x.2},where \code{split=list(regexp="\\.",include=FALSE)} t

Re: [Rd] Help with "row.names = as.integer(c(NA, 5))" in file from dput

2007-02-28 Thread Peter Dalgaard
Mike Prager wrote: > Peter-- > > Thank you. Am I correct in understanding, then, that, > > (1) The syntax I asked about is a special case, and the parser > and/or dget() somehow recognize it as such, and > > (2) The syntax 1:15 (where 15 is the number of rows) should > work just as well as c(NA,

Re: [Rd] Help with "row.names = as.integer(c(NA, 5))" in file from dput

2007-02-28 Thread Mike Prager
Peter-- Thank you. Am I correct in understanding, then, that, (1) The syntax I asked about is a special case, and the parser and/or dget() somehow recognize it as such, and (2) The syntax 1:15 (where 15 is the number of rows) should work just as well as c(NA, 15)? I ask, again, because I want

Re: [Rd] Help with "row.names = as.integer(c(NA, 5))" in file from dput

2007-02-28 Thread Peter Dalgaard
Mike Prager wrote: > I am trying to understand why syntax used by dput() to write > rownames is valid (say, when read by dget()). I ask this > because I desire to emulate its actions *reliably* in my For2R > routines, and I won't be comfortable until I understand what R > is doing. > > Given data

[Rd] Help with "row.names = as.integer(c(NA, 5))" in file from dput

2007-02-28 Thread Mike Prager
I am trying to understand why syntax used by dput() to write rownames is valid (say, when read by dget()). I ask this because I desire to emulate its actions *reliably* in my For2R routines, and I won't be comfortable until I understand what R is doing. Given data set "fred": > fred id

Re: [Rd] incremental plots with pdf and dev.copy

2007-02-28 Thread Hin-Tak Leung
This is an r-help question - please post to the relevant list next time. The problem is with your "dev.off(dev.prev())" lines - you should have used just "dev.off()" plain, without the dev.prev() inside. As for why, please read the help pages. Giampiero Salvi wrote: > Hi, > I am trying to produce

[Rd] Tk GUI : Select Packages from CRAN Dialog does not have a scrollbar (PR#9534)

2007-02-28 Thread a . maier
Full_Name: Alois Maier Version: 2.4.1 OS: OpenSUSE 10.2 x86-32 Submission from: (NULL) (192.12.81.1) How to reproduce the bug: start R with --gui=tk option. R --gui=tk select from menu: Packages - Install Packages from CRAN. The first dialog box that appears (CRAN mirror selection) has a scroll

[Rd] incremental plots with pdf and dev.copy

2007-02-28 Thread Giampiero Salvi
Hi, I am trying to produce incremental plots directly using the pdf device. I mean that I want to produce a plot, save it in a pdf file, then add details and save the new plot in a new file, and so on. Before I used to do this with x11, by just adding graphics to a plot and then using dev.copy2eps