Skip to content
Back to formatted view

Raw Message

Message-ID: <7109.1.126.85.62.1385329435.squirrel@www.bitwrit.com.au>
Date: 2013-11-24T21:43:55Z
From: Jim Lemon
Subject: Plotting multiple trends on one graph
In-Reply-To: <CAJea-HYDXHjVR2q=bW+ghueO6kidTpnbsV=f2tBwnj2rh75p1A@mail.gmail.com>

>>
>> Hello all,
>>
>> I am tracking hundreds of animals through a system with multiple timing
>> points.  I want to graph the movement of individuals through the whole
>> array on one graph, but I can't figure out how to do that.  An example
>> of
>> my data is below.  Basically for each 'TagID', I want to graph the
>> 'date'
>> or 'gspd_mps' on the X axis and 'Station' on the Y axis, with all
>> TagID's
>> on one graph.
>>
>
Hi Natalie,
This can be done with the matplot function, but see previous posts on how
to display dates if you have trouble with that. You will probably have to
convert your dates to date objects with as.Date or strptime.

Jim