Here is the brute force method. It would probably not
be very difficult to turn in into a function. In fact
I am pretty sure that someone has but I cannot find
what package it is in.
x <- "Time SD Mean
12.5 30
2a.3 40"
xx <- read.table(textConnection(x), header=TRUE,
as.is=T
Judith Flores wrote:
> Hi R-experts,
>
>Is it possible to add a table (text and lines) to
> the plot area?
>
> I have a data frame that looks something like this:
>
>> mydata
>
> Time SD Mean
>12.5 30
>2a.3 40
>
>
> I am using R 2.6.1, in Windows.
>
> Thank y
Hi R-experts,
Is it possible to add a table (text and lines) to
the plot area?
I have a data frame that looks something like this:
>mydata
Time SD Mean
12.5 30
2a.3 40
I am using R 2.6.1, in Windows.
Thank you,
Judith Flores
_
Adrian Dusa wrote:
> Frank E Harrell Jr vanderbilt.edu> writes:
>> Judith Flores wrote:
>>> Is there a command to insert a table into the plot
>>> area other that using text?
>>>
>>> Thank you.
>> To me the only completely satisfying approach is to use LaTeX and psfrag
>> in you want great alignm
Frank E Harrell Jr vanderbilt.edu> writes:
> Judith Flores wrote:
> > Is there a command to insert a table into the plot
> > area other that using text?
> >
> > Thank you.
>
> To me the only completely satisfying approach is to use LaTeX and psfrag
> in you want great alignment and other featur
to run C:\PROGRA~1\R\R-25~1.0\bin\FRAGMA~1.PL psfrag2
>
>
> Please help me do whatever this means:
> " ... save it in ~/bin and chmod a+x fragmaster.pl"
>^^^
>
> Thanks.
>
> Charles Annis, P.E.
>
> Syste
it in ~/bin and chmod a+x fragmaster.pl"
^^^
Thanks.
Charles Annis, P.E.
System Details:
R2.5.0 running on a DELL 3GHz Pentium 4, 2 Gig RAM, WinXP service pack 2
[EMAIL PROTECTED]
phone: 561-352-9699
eFax: 614-455-3265
http://www.Statist
legend can be made to do that:
plot(1:10)
legend("topleft", LETTERS[1:6], ncol = 2)
On 9/21/07, Judith Flores <[EMAIL PROTECTED]> wrote:
> Is there a command to insert a table into the plot
> area other that using text?
>
> Thank you.
>
>
>
> ___
Judith Flores wrote:
> Is there a command to insert a table into the plot
> area other that using text?
>
> Thank you.
To me the only completely satisfying approach is to use LaTeX and psfrag
in you want great alignment and other features. A howto with R is at
http://biostat.mc.vanderbilt.edu/
Is there a command to insert a table into the plot
area other that using text?
Thank you.
Luggage? GPS? Comic books?
__
R-help@r-project.org mailing list
https
10 matches
Mail list logo