[R] Plotmath expression

2006-10-24 Thread Christos Hatzis
Hello, I've been trying to plot a subscript in a text formula using plotmath but I haven't been able to do so. In my example below I would like the text label to show X[min] = 10.1 +/- 5.5 Here is the code: ll - c(x=10.1, sde=5.5) plot(1:10) text(x=9, y=2, pos=2, expression(paste(X[min], =,

Re: [R] Plotmath expression

2006-10-24 Thread Uwe Ligges
Christos Hatzis wrote: Hello, I've been trying to plot a subscript in a text formula using plotmath but I haven't been able to do so. In my example below I would like the text label to show X[min] = 10.1 +/- 5.5 Here is the code: ll - c(x=10.1, sde=5.5) plot(1:10) text(x=9,

Re: [R] Plotmath expression

2006-10-24 Thread Christos Hatzis
@stat.math.ethz.ch Subject: Re: [R] Plotmath expression Christos Hatzis wrote: Hello, I've been trying to plot a subscript in a text formula using plotmath but I haven't been able to do so. In my example below I would like the text label to show X[min] = 10.1 +/- 5.5 Here is the code

Re: [R] Plotmath expression

2006-10-24 Thread Mark Lyman
Christos Hatzis christos at nuverabio.com writes: Hello, I've been trying to plot a subscript in a text formula using plotmath but I haven't been able to do so. In my example below I would like the text label to show X[min] = 10.1 +/- 5.5 Here is the code: ll - c(x=10.1,