search for: getdact

Displaying 1 result from an estimated 1 matches for "getdact".

Did you mean: getacl
2010 Sep 01
0
problems with JGR and standard R GUI closing during calculations
...read.table(filename,check.names=FALSE,comment.char="", sep="\t",header=TRUE,colClasses=c("character", "numeric")) dat$times <- as.chron(dat$times,patt) dat } ## to get activation diameters getDact <- function(size,perc,fccn) approx(perc,size,(1-fccn)*100)$y ## format times for output formatTimes <- function (x, patt = "%m/%d/%Y %H:%M:%S") { posixtime <- as.POSIXct(paste(as.Date(dates(x)), times(x)%%1)) format(posixtime, patt) } ###import data ***(where the GUI will c...