## Continuing the example from '?trip-methods:
utils::example("trip-methods", package="trip",
ask=FALSE, echo=FALSE)
as.SpatialLinesDataFrame.trip(tr)
as(tr, "SpatialLinesDataFrame")
if (require(adehabitatLT)) {
as.ltraj.trip(tr)
}
as.ppp(tr)
as.psp(tr)
Run the code above in your browser using DataLab