[R] Odp: help with plot axis
Petr PIKAL
petr.pikal at precheza.cz
Thu May 3 11:04:21 CEST 2007
Hi
r-help-bounces at stat.math.ethz.ch napsal dne 03.05.2007 10:33:22:
> Hello
>
> i have a plot, and want the axis too be with larger writing, i found
some
> functions but they didnt work
>
> this is my plot, and if the axis can 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...
I would recommend you to:
read help pages
?plot
?axis
?par
?legend
with special attention to cex and its companion parameters
Regards
Petr
>
> Thank you
>
> Rina
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
More information about the R-help
mailing list