[rkward-users] Boxplot label
Luis Ferreira
lferreira75.1 at gmail.com
Sun Apr 22 18:07:43 UTC 2012
It solved. Thank You.
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.
freguesias.reorder.altimetria <- with(covilha at data, reorder(Freguesia,
Altimetria, median))
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:
horizontal = TRUE, las = 2, xaxt="n"
After boxplot, writing x axis labels aligned with axis:
try (par (axis(1, las = 1)))
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.
Cheers.
Luís
On Dom, 2012-04-22 at 16:16 +0200, Thomas Friedrichsmeier wrote:
> 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!
> http://p.sf.net/sfu/Boundary-d2dvs2
> _______________________________________________ RKWard-users mailing list RKWard-users at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rkward-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/rkward-users/attachments/20120422/86eb3a65/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rk_out.html.tar.gz
Type: application/x-compressed-tar
Size: 1101 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/rkward-users/attachments/20120422/86eb3a65/attachment.tar.gz>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: boxplot_grouped_label_margins_solved.png
Type: image/png
Size: 54111 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/rkward-users/attachments/20120422/86eb3a65/attachment.png>
More information about the Rkward-users
mailing list