Displaying 2 results from an estimated 2 matches for "fig_a".
Did you mean:
fig3a
2012 Sep 24
1
Question lattice SplomT
...tion.
Thanks for your attention and for looking at my problem.
Christian Hoffmann
PS: for *r-devel*: Could this be an Sweave problem?
Files attached:
SplomT.Rnw : File containing the Functiond and an example,
SplomT.tex : Result from Sweave of .Rnw,
SplomT.pdf : Result from TeXing the .tex,
Fig_A.pdf : Resulting figure from Sweave
SplomT.png : Screenshot of Fig_A.pdf
sessionInfo()
R version 2.15.1 (2012-06-22)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
locale:
[1] C
attached base packages:
[1] tools tcltk stats4 splines parallel datasets compiler
[8] graphic...
2010 Nov 15
2
Need help with pointLabels()
...the points or (b) be able to move the text around in the
resulting image file. Any advice? Here is the code I am using. BTW, I have
also tried ggplot2 but it has no function (that I am aware of) like
pointLabels() to avoid label overlap. Please feel free to email me directly.
postscript(file="fig_a.eps");
plot(x, y, xlab="X-axis", ylab="Y-axis", cex=0.02*sample_size, pch=21);
abline(lm(y~x, weight=sample_size))
pointLabel(x, y, labels=Category, cex=1, doPlot=TRUE, offset=2.5);
dev.off()
Thank you,
-craig.starger@gmail.com
[[alternative HTML version deleted]]