[R] Question about Title of Plot
Bernardo Rangel Tura
tura at centroin.com.br
Sat Jun 1 16:38:02 CEST 2002
Dear all,
I'm a brazilian medical doctor that I research use of likelihood in the medical research.
I need to do a plot with this layout:
---------------------------------------
| Major Title |
| |
| Title Title |
| -------- -------- |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| -------- -------- |
| |
---------------------------------------
My original code was
par(mfcol = c(1, 2))
title(main="Likelihood Analysis")
plot(or,lor,type="l", ylab='Likelihood',main="Odds Ratio")
plot(tau,lor,type="l",xlab=expression(tau), ylab='Likelihood',main="log(Odds Ratio)")
It creates this layout
---------------------------------------
| |
| |
| Title Title |
| -------- -------- |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| -------- -------- |
| |
---------------------------------------
How do I do for you create the wanted Layout?
Thanks advanced for all
Bernardo Rangel Tura, M.D., MSc
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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 !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list