Dear Salam So you apparently did not read the posting guide as you were supposed to when joining this list????
Every email from the list has this footer: > ______________________________________________ > R-help@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. So why didn't you provide commented, minimal, self-contained, reproducible code???? Well the man page for augPred has this example: fm1 <- lme(Orthodont, random = ~1) augFM1 <- augPred(fm1, length.out = 2, level = c(0,1)) >From this you can plot(augFM1) Is it something like this you want: plot(augFM1, par.settings = list(par.main.text = list(cex = 0.5)), main = "Testing") ???? Or this: plot(augFM1, strip = strip.custom(par.strip.text = list(cex = 0.5))) ???? If the latter I will leave it as an exercise to you to change the default strip height. Google for r lattice strip height Have a nice day. Yours sincerely / Med venlig hilsen Frede Aakmann Tøgersen Specialist, M.Sc., Ph.D. Plant Performance & Modeling Technology & Service Solutions T +45 9730 5135 M +45 2547 6050 fr...@vestas.com http://www.vestas.com Company reg. name: Vestas Wind Systems A/S This e-mail is subject to our e-mail disclaimer statement. Please refer to www.vestas.com/legal/notice If you have received this e-mail in error please contact the sender. > -----Original Message----- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Mir Salam > Sent: 15. maj 2014 13:22 > To: R-help@r-project.org > Subject: [R] needs help in augented plot > > Dear all, > > I have problem in augmented plot to reduce the text (font ) size in heading > of each plot. I have 68 plots and in augmented plot, I have heading of 68 > plots > in a panel. The headline of each plot coded with plot characteristic, but the > text seems to be big. How I will reduce the text size? > > R code > > plot(augPred(fm3cham.nlme),cex=0.5)) > > > Best regards > Salam > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@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. ______________________________________________ R-help@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.