Displaying 1 result from an estimated 1 matches for "peaklabelnam".
Did you mean:
peaklabelnames
2008 Jan 15
1
plot labeling and expressions
Hi all,
I'm trying to use an iteration that appends something to vector 'peaklabels'
like so:
peaklabelNames <- append(
peaklabelNames,
substitute(i^{z+phantom()}*" ("*a*"AMU)",list(i="y2",z=2,a=0))
)
The vector is supposed to be used with 'text' to put labels on signals in an
impulse plot.
While not vectorized
substitute(i^{z+phantom()}*...