inst/examples/rhrTraj.R

library(rhr)

data(datSH)

ts <- lubridate::ymd(datSH$day) + lubridate::hms(datSH$time)
pts <- sp::SpatialPoints(datSH[, 2:3])

traj <- rhrTraj(pts, ts)
jmsigner/rhr documentation built on June 26, 2020, 8:59 a.m.