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)
library(adehabi
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
2 matches
Mail list logo