<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.1.92">
</HEAD>
<BODY>
It solved. Thank You.<BR>
<BR>
First I reordered the factor by  the median of the attribute. I can't find the GUI capability to do this graphically, probably is a neat addiction.<BR>
<BR>
freguesias.reorder.altimetria <- with(covilha@data, reorder(Freguesia, Altimetria, median))<BR>
<BR>
I also changed the default orientation of the x and y axis. Inside boxplot function, I turned perpendicular the y axis labels and deactivated the x axis:<BR>
<BR>
horizontal = TRUE, las = 2, xaxt="n"<BR>
<BR>
After  boxplot, writing x axis labels aligned with axis:<BR>
try (par (axis(1, las = 1)))<BR>
<BR>
Also, RKWard is a great piece of software. I'm working with geospatial data, having 11962152 cells * 1 factor * 5 attributes, and RKWard processes all with no problems. I experimented directly from R command line, from Rcmdr and from latticiste package gui, and it filled all my 12GB RAM on Ubuntu 11.10 64-bit.<BR>
<BR>
Cheers.<BR>
Luís<BR>
<BR>
<BR>
<BR>
On Dom, 2012-04-22 at 16:16 +0200, Thomas Friedrichsmeier wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hi,

On Sunday 22 April 2012, Luis Ferreira wrote:
> Changing mar or mai doesn’ t   appear to make changes on output.
> Any ideas?

for some reason or another, mar, and mai cannot be set as parameters in the 
boxplot()-call. Instead, set them separately, before the actual boxplot():

  par (mar=c (5, 20, 4, 2))
  boxplot (...)

Regards
Thomas
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
<A HREF="http://p.sf.net/sfu/Boundary-d2dvs2">http://p.sf.net/sfu/Boundary-d2dvs2</A>
_______________________________________________ RKWard-users mailing list <A HREF="mailto:RKWard-users@lists.sourceforge.net">RKWard-users@lists.sourceforge.net</A> <A HREF="https://lists.sourceforge.net/lists/listinfo/rkward-users">https://lists.sourceforge.net/lists/listinfo/rkward-users</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>