[R] remove label from specific axis

Rui Barradas ruipbarradas at sapo.pt
Wed Jan 30 14:40:42 CET 2013


Hello,

Just use ylab = "".

Hope this helps,

Rui Barradas

Em 30-01-2013 13:33, e-letter escreveu:
> Readers,
>
> For a graph plot instruction:
>
> plot(seq(10:50),type='h',yaxt='n',yaxs='i',lab=c(20,2,2),xlab='x axis
> label',bty='l',main='graph title')
>
> how to remove y-axis label and keep the x-axis label?
>
> _
> r2151
>
> ______________________________________________
> R-help at r-project.org 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