Skip to content
Prev 194951 / 398500 Next

Adding variables

The station column has non numeric values, so you need convert to
numeric before:

with(attenu, as.numeric(as.character(station)) + mag)

On Sun, Sep 27, 2009 at 8:47 AM, tzygmund mcfarlane
<tzygmund at googlemail.com> wrote: