[R] axis label

Gabor Grothendieck ggrothendieck at gmail.com
Wed Oct 14 17:27:41 CEST 2009


Try this:

plot(0, main = ~ g(sigma * "|" * alpha))


On Wed, Oct 14, 2009 at 11:12 AM, maram salem <marammagdysalem at yahoo.com> wrote:
> Hi all,
> I want the y-axis label to be ( in symbols)
> g(sigma given alpha)
> where given is the conditional sign.
> I've tried
> ylab=expression(g(sigma|alpha)))
> but it gave me
> g(|(sigma,alpha))
> where the sigma and alpha are in greek but the conditional sign is misplaced (before the bracket)
> Any help would be appreciated.
> Maram.
>
>
>
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> 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