search for: yleg

Displaying 4 results from an estimated 4 matches for "yleg".

Did you mean: oleg
2012 Feb 22
1
line width in legend of interaction.plot
...duces an interaction plot with lwd=2. interaction.plot(c(1, 2, 1, 2), c(1, 1, 2, 2), 1:4, lwd=2) In the legend, however, lwd seems to be 1, which does not seem to be intended behavior. Probably the lwd is not correctly forwarded to legend: from the interaction.plot source: legend(xleg, yleg, legend = ylabs, col = col, pch = if (type %in% c("p", "b")) pch, lty = if (type %in% c("l", "b")) lty, bty = leg.bty, bg = leg.bg) <- here I would add lwd=<well, the lwd from the ... argument, or perhaps somethin...
2008 Feb 15
3
lineplot.CI problem
Hi List, I have a problem plotting data using the lineplot.CI command in the sciplot package. I want to plot the data of 2 experimental cases using different lines (traces). Time is on the X-axis. The tricky thing is that the data collection in the second case started later than for the first case. This is to say: the first n data points for the second case are missing. So far so good. However,
2011 Aug 11
1
legend position in interaction.plot
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
2004 Jun 08
0
interaction plot with intervals based on TukeyHSD
...+ uy <- cells[,2]-(HSDfactor*0.5) ++ errbar(xvals,cells[,2],ly,uy,add=TRUE, lty=3, cap=0, lwd=2)* if(legend) { yrng <- diff(ylim) yleg <- ylim[2] - 0.1 * yrng ..................................................................... |Finally, I call this modified function as: |interaction.plot2( factor(X$A), factor(X$B), response,las=3, type="b", HSDfactor = HSDfactor1, lwd=3) |However, the resulting intervals are m...