search for: zmedian

Displaying 2 results from an estimated 2 matches for "zmedian".

Did you mean: median
2007 Apr 27
1
Write text in the
...rite in the "figure region" of my four plots. > >Has anybody an idea? > >Thanks a lot. > >Felix > > > >My R Code: >---------- >par(oma = c(2,0,0,0), mfrow=c(2,2) ) > >mtext("Main title", side = 3, line = 0) > >image(zDIV) >image(zMEDIAN ) >image(zMEAN) >image(zSD) >dev.off() > > > >graphic: > >------------------------------------------- >| MAIN TITLE device region >------------------------------------------- >| figure region | figure region | >| ---------...
2007 Apr 27
0
Write text in the "device region" of a graphic device
...the graphic device. But when I use "mtext()" I can only write in the "figure region" of my four plots. Has anybody an idea? Thanks a lot. Felix My R Code: ---------- par(oma = c(2,0,0,0), mfrow=c(2,2) ) mtext("Main title", side = 3, line = 0) image(zDIV) image(zMEDIAN ) image(zMEAN) image(zSD) dev.off() graphic: ------------------------------------------- | MAIN TITLE device region ------------------------------------------- | figure region | figure region | | -------------- | ------------ | | | | | |...