Uwe Ligges wrote:
>
>
> Johannes Graumann wrote:
>> 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))
>> )
>> Th
Johannes Graumann wrote:
> 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 wi
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
impu
3 matches
Mail list logo