search for: greeks1

Displaying 1 result from an estimated 1 matches for "greeks1".

Did you mean: greeks
2007 Oct 18
1
R-graphics printing greeks
...; , "omega" ) plot(1:10,1:10,type="n") text(2,8,expression(alpha)) #this works for (i in 1:10) text(2,order[i],greeks[i])# produces a list of the first 10 names not the symbols for (i in 1:10) text(5,order[i],substitute(eval(greeks[i]))) #produces 10 instances of eval(greeks1) for (i in 1:10) text(7,order[i],substitute(greeks[i]))# produces 10 instances of greeks1