Displaying 1 result from an estimated 1 matches for "fjersplot".
Did you mean:
femsplot
2007 May 03
1
help with plot axis
...be with bigger writing can the legend inside the plot be in same the size??
>plot(femsplot, xlab='Indeks',ylab='K?dprocent', pch=22)
>abline(lm(femsplot), lwd=1)
>points(firsplot, col='green', pch=2)
>abline(lm(firsplot), lwd=1, col='green')
>points(fjersplot, col='red', pch=8)
>abline(lm(fjersplot), lwd=1, col='red')
>legend(locator(1),legend=c('90 kg','80 kg','70 kg'),pch=c(22,2,8),lwd=1, col=c('black','green','red'))
i have attached the plot, so you can se it...
Thank you
Rina