R/dis.cost.R

Defines functions dis.cost

Documented in dis.cost

#' @export
dis.cost<-function(cost){
d.cost <- cost
d.cost$time<-ceiling(cost$time/365)
return(d.cost)
}

Try the DStree package in your browser

Any scripts or data that you put into this service are public.

DStree documentation built on May 2, 2019, 3:37 p.m.