One more thing, I can't find a CRAN package named "ggman". On Thu, Mar 12, 2020 at 1:59 PM Abby Spurdle <spurdle.a at gmail.com> wrote:> > Ok, then. > > What graphics system is the qq function using? > Assuming that it's using the base graphics system, look at the > graphics::text function. > > text (1:10, 1:10, LETTERS [1:10]) > > If it's a different graphics system, then I don't know, but hopefully > someone else will help. > > On Thu, Mar 12, 2020 at 1:48 PM Ana Marija <sokovic.anamarija at gmail.com> wrote: > > > > Thanks for getting back to me but I would need this text labels added in this particular instance > > > > On Wed, 11 Mar 2020 at 19:37, Abby Spurdle <spurdle.a at gmail.com> wrote: > >> > >> > and I would like to get the plot like the one in attach. > >> > Please advise, > >> > >> This is a bad idea. > >> Plots should be *easy* to interpret. > >> > >> Try to keep plots relatively simple, avoiding unnecessary details. > >> For nontrivial plots, use a caption to describe the main features of the plot. > >> (That's where your text should go). > >> > >> I note that you've asked a number of questions about QQ plots. > >> I'd recommend that you use QQ plots in a standard way, without > >> frequently trying to modify/customize them.
No idua how it works but the name suggests it in out of the Hadley universe and not basic graphics. On Wed, 11 Mar 2020 at 21:14, Abby Spurdle <spurdle.a at gmail.com> wrote:> One more thing, I can't find a CRAN package named "ggman". > > On Thu, Mar 12, 2020 at 1:59 PM Abby Spurdle <spurdle.a at gmail.com> wrote: > > > > Ok, then. > > > > What graphics system is the qq function using? > > Assuming that it's using the base graphics system, look at the > > graphics::text function. > > > > text (1:10, 1:10, LETTERS [1:10]) > > > > If it's a different graphics system, then I don't know, but hopefully > > someone else will help. > > > > On Thu, Mar 12, 2020 at 1:48 PM Ana Marija <sokovic.anamarija at gmail.com> > wrote: > > > > > > Thanks for getting back to me but I would need this text labels added > in this particular instance > > > > > > On Wed, 11 Mar 2020 at 19:37, Abby Spurdle <spurdle.a at gmail.com> > wrote: > > >> > > >> > and I would like to get the plot like the one in attach. > > >> > Please advise, > > >> > > >> This is a bad idea. > > >> Plots should be *easy* to interpret. > > >> > > >> Try to keep plots relatively simple, avoiding unnecessary details. > > >> For nontrivial plots, use a caption to describe the main features of > the plot. > > >> (That's where your text should go). > > >> > > >> I note that you've asked a number of questions about QQ plots. > > >> I'd recommend that you use QQ plots in a standard way, without > > >> frequently trying to modify/customize them. > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. >-- John Kane Kingston ON Canada [[alternative HTML version deleted]]
I don?t need to use qqman package... if someone has any other solution would be the most appreciated On Wed, 11 Mar 2020 at 20:28, John Kane <jrkrideau at gmail.com> wrote:> No idua how it works but the name suggests it in out of the Hadley > universe and not basic graphics. > > On Wed, 11 Mar 2020 at 21:14, Abby Spurdle <spurdle.a at gmail.com> wrote: > >> One more thing, I can't find a CRAN package named "ggman". >> >> On Thu, Mar 12, 2020 at 1:59 PM Abby Spurdle <spurdle.a at gmail.com> wrote: >> > >> > Ok, then. >> > >> > What graphics system is the qq function using? >> > Assuming that it's using the base graphics system, look at the >> > graphics::text function. >> > >> > text (1:10, 1:10, LETTERS [1:10]) >> > >> > If it's a different graphics system, then I don't know, but hopefully >> > someone else will help. >> > >> > On Thu, Mar 12, 2020 at 1:48 PM Ana Marija <sokovic.anamarija at gmail.com> >> wrote: >> > > >> > > Thanks for getting back to me but I would need this text labels added >> in this particular instance >> > > >> > > On Wed, 11 Mar 2020 at 19:37, Abby Spurdle <spurdle.a at gmail.com> >> wrote: >> > >> >> > >> > and I would like to get the plot like the one in attach. >> > >> > Please advise, >> > >> >> > >> This is a bad idea. >> > >> Plots should be *easy* to interpret. >> > >> >> > >> Try to keep plots relatively simple, avoiding unnecessary details. >> > >> For nontrivial plots, use a caption to describe the main features of >> the plot. >> > >> (That's where your text should go). >> > >> >> > >> I note that you've asked a number of questions about QQ plots. >> > >> I'd recommend that you use QQ plots in a standard way, without >> > >> frequently trying to modify/customize them. >> >> ______________________________________________ > > >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> 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. >> > > > -- > John Kane > Kingston ON Canada >[[alternative HTML version deleted]]