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. >[[alternative HTML version deleted]]
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.
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.