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
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,
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
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
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
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
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
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