Skip to content

Change legend position in s.value {ade4}

2 messages · Nevil Amos, Uwe Ligges

#
How do I change the postion of the legend in s.value {ade4} from the 
defaul , bootom left?

thanks

Nevil Amos
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: