Hello, I just have two questions I cannot figure out. 1) I would like to have a subtitle just below the main title on my graphs and I cannot figure out how to do this, is it possible? or is it only possible to have it at the bottom? 2) I need to run Conova post hoc test, do you know if it is coded in R? any package I would find this test in? Thank you very much for all the help Have a nice sunday Simon
On Dec 13, 2009, at 8:54 AM, Simon.Gingins at unil.ch wrote:> Hello, > > I just have two questions I cannot figure out. > > 1) I would like to have a subtitle just below the main title > on my graphs and I cannot figure out how to do this, is it > possible? or is it only possible to have it at the bottom?I generally put a ":" at the end of my title line and then "\n" which forces a linefeed. eg: plot(1,1) title(main="Main Title:\nSub-title;\nsub-sub-title") You can often get three lines in the default graphics setting, but some plots may require fiddling with the margins.> > 2) I need to run Conova post hoc test, do you know if it is > coded in R? any package I would find this test in?Would it have some documentation on the web? Could not find any R documentation with that spelling with RSiteSearch("conova").> > Thank you very much for all the help > > Have a nice sunday > > Simon >David Winsemius, MD Heritage Laboratories West Hartford, CT
Google for r-help title problem and read the entire thread for a number of approaches. On Sun, Dec 13, 2009 at 8:54 AM, <Simon.Gingins at unil.ch> wrote:> Hello, > > I just have two questions I cannot figure out. > > 1) I would like to have a subtitle just below the main title > on my graphs and I cannot figure out how to do this, is it > possible? or is it only possible to have it at the bottom? > > 2) I need to run Conova post hoc test, do you know if it is > coded in R? any package I would find this test in? > > Thank you very much for all the help > > Have a nice sunday > > Simon > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
Hi, first of all thanks a lot for answering (that was very quick)! Sorry but I actually made a spelling mistake, the post hoc test I want to do (post hoc to a friedman test) is "Conover" and not "conova". My bad! Simon ----- Original Message ----- Exp?diteur: David Winsemius <dwinsemius at comcast.net> ?: Simon.Gingins at unil.ch Cc: r-help at r-project.org Sujet: Re: [R] Subtitle & conova post hoc Date: Sun, 13 Dec 2009 09:29:22 -0500> On Dec 13, 2009, at 8:54 AM, Simon.Gingins at unil.ch wrote: > > > Hello, > > > > I just have two questions I cannot figure out. > > > > 1) I would like to have a subtitle just below the main > > title on my graphs and I cannot figure out how to do > > this, is it possible? or is it only possible to have it > at the bottom? > > I generally put a ":" at the end of my title line and then > "\n" which forces a linefeed. > > eg: > plot(1,1) > title(main="Main Title:\nSub-title;\nsub-sub-title") > > You can often get three lines in the default graphics > setting, but some plots may require fiddling with the > margins. > > > > > 2) I need to run Conova post hoc test, do you know if it > > is coded in R? any package I would find this test in? > > Would it have some documentation on the web? Could not > find any R documentation with that spelling with > RSiteSearch("conova"). > > > > > > Thank you very much for all the help > > > > Have a nice sunday > > > > Simon > > > > David Winsemius, MD > Heritage Laboratories > West Hartford, CT >