Displaying 20 results from an estimated 29 matches for "psfrag".
Did you mean:
pfrag
2000 May 29
2
LaTeX \varrho
Hi,
plot( <whatever> , xlab=expression(rho))
works fine and plots LaTeX''s \rho. How can I plot \varrho ?
Torsten
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject
2012 Nov 08
2
Controlling R fonts through LaTeX
...Make system. I see that I can `manually' specify the font family each
time I call the postscript device, but I am looking
for a better way. I would like to do it in a way that allows me to specify
the font only once, and the same font will then be
used throughout. There is too much text to use PSFrag.
Thanks for your help!
Karen
[[alternative HTML version deleted]]
2006 Feb 28
3
LaTeX in R graph
Hello,
I would like to know if it is possible to insert LaTeX typesetting in R output.
I want to obtain a graph with LaTeX label in order to incorporate it as
postscript or pdf,
x<-seq(0,1,length=100)
y<-x*x
plot(x,y,xlab="$X$",ylab="$X^2$")
1999 Jul 07
2
superscript -,+?
...Solaris 2.5.1,
expression(theta^{-})
and
expression(theta^{+})
(and the equivalent subscripts) give syntax errors.
(Superscript or subscripts of numbers, letters, or "+1" or "-1" all
work.)
Anyone have a workaround or a patch?
Or should I just use psfrag as god intended?
Ben
Benjamin Bolker Dep't of Ecology and Evolutionary Biology,
ben@eno.princeton.edu Princeton University
tel: (609) 258-6886, fax: (609) 258-1334
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read...
1999 Jul 07
2
superscript -,+?
...Solaris 2.5.1,
expression(theta^{-})
and
expression(theta^{+})
(and the equivalent subscripts) give syntax errors.
(Superscript or subscripts of numbers, letters, or "+1" or "-1" all
work.)
Anyone have a workaround or a patch?
Or should I just use psfrag as god intended?
Ben
Benjamin Bolker Dep't of Ecology and Evolutionary Biology,
ben@eno.princeton.edu Princeton University
tel: (609) 258-6886, fax: (609) 258-1334
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read...
2006 Dec 13
2
Phonetic symbols (IPA) in R graphics
...e to add phonetic symbols in my figures. Usually I typeset
my documents in LaTeX and I use the tipa [1] package to get
International Phonetic Alphabet (IPA) fonts. So, my problem would be
solved if I could insert LaTeX commands in the text() function (I
guess at least).
I would like to avoid using psfrag (that is, inserting a string in
the eps figure and then substituting it with the right symbol with
dvips) because I would like to work with pdf pictures and pdflatex
as well as latex -> dvips -> ps2pdf.
If inserting special fonts is not possible at the moment, I would
appreciate some hints o...
2004 Aug 26
2
Label using equivalent of \mathbb{R}
Hi,
I'm trying to label the horizontal axis of a plot with a symbol that is
the equivalent of \mathbb{R} in LaTeX. I've had a look through the help
pages for plotmath and for Hershey and haven't found the symbol. Could
someone give me a pointer, please?
Using R 1.9.1 on Win32.
--
SC
2005 Aug 14
1
complex expression with plotmath
...quot;==2");
plot(1:10, main=parse(,,v))
}
But when I call it with something like myplot("Q[i]", "Delta[j]") I
get "&(Q_i=1,Delta_j=2)" as title when I want to get "Q_i=1 &
Delta_j=2".
Is there any solution within R? (I don't want to use psfrag and Latex
to post-process the plot)
Why R does not have support for full Latex expressions? (as Matlab
f.ex.). IMHO plotmath is not good enough.
Thank you all.
Felipe
2009 Jun 08
2
ridiculous behaviour printing to eps: labels all messed up!
...reads:
/Font1 findfont 12 s
0 setgray
214.02 18.72 (e) 0 ta
-0.360 (xp1) tb gr
12.96 206.44 (e) 90 ta
-0.360 (xp2) tb gr
Which means, that the labels "exp1" and "exp2" get split up!?!?
Now visually that doesn't matter, but I use the labels to refer to them in
LaTeX using psfrag, so I have to know exactly what they are called in the
.eps file in order to reference them correctly.
I've tried other labels and the splitting up seems completely random i.e
doesn't have anything to do with the length of the label etc.
I am completely lost here, can someone help me fi...
2001 Sep 24
1
Printing Central European characters
...day 31
language R
Note, I have problems with characters for which a warning of 'font
width unknown for...' printed. These characters are also not centered
on the grid in gv display. From latex there is no problem to print CE
characters. \psfrag also works fine.
Many thanks for your help.
Zoltan Barta
********************
Z. Barta
Behavioural Ecology Research Group, Department of Evolutionary Zoology,
University of Debrecen, Debrecen, Hungary
Phone: 36 52 316 666 ext. 2334; Fax: 36 52 512 491
E-mail: bartaz at tigris.klte.hu; http...
2009 Jan 29
3
Plot dagger symbol in R
Dear all,
I would like to plot the dagger symbol in R (like LaTeX's \dagger).
However, I was unable to do so.
First, I thought maybe dagger actually exists just like the degree
symbol:
plot(0:1,0:1, type="n")
text(x=0.5, y=0.5, labels=expression(degree))
plot(0:1,0:1, type="n")
text(x=0.5, y=0.5, labels=expression(dagger))
However, this was not very successful. New
2002 Oct 31
7
Symbols for male/female
Dear all,
I would like to use the biological symbols for male and female as plotting
symbols in a scatterplot (ideally filled and non-filled). R does not seem
to have these symbols using pch= in plot() nor are they implemented via
expression() or at least I did not find them. I found that the symbols are
e.g. available in the wasysym and the marvosym package in LaTeX.
I have coded two very rough
2002 Oct 31
7
Symbols for male/female
Dear all,
I would like to use the biological symbols for male and female as plotting
symbols in a scatterplot (ideally filled and non-filled). R does not seem
to have these symbols using pch= in plot() nor are they implemented via
expression() or at least I did not find them. I found that the symbols are
e.g. available in the wasysym and the marvosym package in LaTeX.
I have coded two very rough
2002 Feb 28
3
R-plots with 'complex' axis-labelling
Hi there,
I want to create plots with some kind of 'complex' axis labelling of the form
$\dot{V}$ and integrate those plots into a LaTeX document. What is the best
way to go?
I've figured out, that the 'plotmath' commands are somewhat limited (at least
I wasn't able to get the $\dot{V}$ generated) and that plots with
'plotmath'-axes wouldn't export
2007 Sep 28
6
Graphics and LaTeX documents with the same font
Dear All,
I know how to export graphics as pdf files and then how to include
them in LaTeX documents. However, I do not know how to do in order to
have the text of the graphics written with the font selected for the
LaTeX document. Is that possible?
Thanks in advance,
Paul
2002 May 10
1
expression in lattice
After checking the usual archives (Baron search engine) I came up nothing.
It appears that ylab=expression() doesn't work in lattice? How do I put
superscripts in ylab?
Many Thanks,
Hank
Martin Henry H. Stevens, Assistant Professor
338 Pearson Hall
Botany Department
Miami University
Oxford, OH 45056
Office: (513) 529-4206
Lab: (513) 529-4262
FAX: (513) 529-4243
2007 Jun 05
2
Latex \ell symbol in plotmath
Is it possible to use the '\ell' (i.e. the log likelihood) in plots?
I've been browsing the plotmath documentation unsucesfully.
Cheers,
Mario dos Reis
mdosrei at nimr.mrc.ac.uk
+44 (0)20 8816 2300
Division of Mathematical Biology
National Institute for Medical Research
The Ridgeway
Mill Hill
London, NW7 1AA, UK
2003 Feb 19
2
plotmath
There's something (probably a lot) missing in my understanding of
plotmath. The LaTeX code for what I'm trying to produce is
\log(-\log(\hat R))
My (probably hopeless) attempt at it uses nested group()s:
expression(plain(log) * group("(", -plain(log)*group("(", \hat(R), ")"),
")"))
Can anyone do it right for me, please?
Thanks,
Ted.
Dr E.A.
2000 Feb 03
2
How to include TeX formulae in R plots?
Hi, all
Does anybody know if it is possible to include TeX-style formulae
in R plots? The aim is to export such plots to LaTeX documents
using the postscript() device.
Many thanks in advance,
Alberto Munoz
---------------------------------------------------------------------
Alberto Munoz Phone: +34-91- 624 95 79
Dpto. de Estadistica y Econometria Fax: +34-91- 624
2007 Aug 31
2
Bugreport on integration of Sweave and latex beamer
I think I have isolated a problem with integration between Sweave and beamer.
Could you please see the file:
http://www.mayin.org/ajayshah/tmp/bugdemo.Rnw
Unfortunately, it uses some of my internal libraries, so you can't run
it. When I put it through Sweave, I get:
http://www.mayin.org/ajayshah/tmp/bugdemo.tex
which is, of course, a generic latex file which you can read and