How do I change the postion of the legend in s.value {ade4} from the
defaul , bootom left?
thanks
Nevil Amos
Change legend position in s.value {ade4}
2 messages · Nevil Amos, Uwe Ligges
2 days later
Looking at the code shows this is hard coded (function
scatterutil.legend.square.grey or friends are used that make use of
par("usr")[1] and par("usr")[3].
Hence you will have to rewrite the code or even better provide thwe
package maintainer with a patch that allows for arbitrary placemant of
the legend.
Uwe Ligges
On 17.12.2010 14:43, Nevil Amos wrote:
How do I change the postion of the legend in s.value {ade4} from the
defaul , bootom left?
thanks
Nevil Amos
______________________________________________ R-help at 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.