Re: [R] R package for visualizing/analyzing accelerometry data?

2009-09-30 Thread Duncan Murdoch
On 9/29/2009 10:39 PM, Jen Maresh wrote: Hello All - Any recommendations or suggestions for neat ways to visualize data taken from a 3-axis accelerometer? My study species is aquatic, so I would be interested in movement in the 3 dimensions in addition to being able to incorporate the time

Re: [R] R package for visualizing/analyzing accelerometry data?

2009-09-30 Thread spencerg
library(sos) a - ???accelerometry # no matches d3 - ???'3D' # 411 matches; retrieved 20 pages 400 matches d3 - ???'3D'(99) # retrieved all 411 matches summary(d3) # first 13 of 144 packages findFn2xls(d3) # write d3.xls containing sheets PackageSum2, findFn, call installPackages(d3) # install

[R] R package for visualizing/analyzing accelerometry data?

2009-09-29 Thread Jen Maresh
Hello All - Any recommendations or suggestions for neat ways to visualize data taken from a 3-axis accelerometer? My study species is aquatic, so I would be interested in movement in the 3 dimensions in addition to being able to incorporate the time series as well. Is there a package in R that

Re: [R] R package for visualizing/analyzing accelerometry data?

2009-09-29 Thread David Winsemius
rgl should let you draw segments (maybe even arrows) in pseudo 3D between sequential locations. I wonder if you could trick persp into doing it as well? scatterplot3d would be another avenue to explore. On Sep 29, 2009, at 10:39 PM, Jen Maresh wrote: Hello All - Any recommendations or