R/traj2df.r

".traj2df" <- function(x) {
    if (!inherits(x, "traj"))
        stop("x should be of class traj")
    class(x)<-"data.frame"
    row.names(x)<-as.character(1:nrow(x))
    return(x)
}

Try the adehabitatLT package in your browser

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

adehabitatLT documentation built on Sept. 11, 2024, 7:15 p.m.