Raw Message
Message-ID: <E1RYerN-0003g8-7Z@mea>
Date: 2011-12-08T14:22:05Z
From: Stephen Eglen
Subject: Representation of scientific units
Has anyone got a neat way in R to handle scientific units along with numeric
vectors? e.g. in mathematica, there is a Units package to allow you to
do the following:
85 Meter/Second * 10 Second
answer: 850 Meter
(taken from http://library.wolfram.com/howtos/units/)
Thanks, Stephen