Re: [R] Trouble with first passage time analysis using adehabitatLT

2012-10-28 Thread zlong
I was able to answer a few of my question on my own. The units for the Y-axis can be set to days with the following: /fpt(fit1, seq(length=5), units=days) / This sets the y-axis units to 'days', defines the number of radii (5), and removes the scaling function that wasn't really necessary for my

Re: [R] Trouble with first passage time analysis using adehabitatLT

2012-10-28 Thread Michael Sumner
You ought to contact the package author or try the specialist lists animov or R -Sig-Geo for this topic. Cheers, Mike On Monday, October 29, 2012, zlong wrote: I was able to answer a few of my question on my own. The units for the Y-axis can be set to days with the following: /fpt(fit1,

[R] Trouble with first passage time analysis using adehabitatLT

2012-10-27 Thread zlong
Hey all, I've run into a few problems running first passage time analysis. I'm hoping someone might be able to help me sort this out. I'm fine up to the point of creating the ltraj object from a dataset. /test-read.table(~/Desktop/R_Directory/test.txt,header=TRUE) attach(test)