Looks like it uses the variables. I set x = 1 and used the following.
> p1 = 100
> p2 = 10
> for (i in 1:6)
+ {
+ plot(x, p1-i*p2, main=expression(Phi[1] - i * Phi[2]))
+ }
>
It gave me 6 graphs for Φ1 - iΦ2 with each showing the Y value descending.
NinjaCat
2010-07-27 16:18:06