Re: [R] legend position in interaction.plot

2011-08-11 Thread David Winsemius
On Aug 11, 2011, at 3:38 AM, Peter Maclean wrote: How do I move the legend from default position (right and within the plot) to the "bottomleft" of the plot? interaction.plot(YEAR, ID GROWTH, legend=TRUE, col = 2:7,xlab="Year", ylim=c(0,2), ylab="Growth",leg.bty = "o") You display t

Re: [R] legend position in interaction.plot

2011-08-11 Thread Peter Maclean
How do I move the legend from default position (right and within the plot) to the "bottomleft" of the plot?   interaction.plot(YEAR, ID GROWTH, legend=TRUE, col = 2:7,xlab="Year",    ylim=c(0,2), ylab="Growth",leg.bty = "o") Peter Maclean Department of Economics UDSM ___