R/getRecursionsInPolygon.data.frame.R

Defines functions getRecursionsInPolygon.data.frame

Documented in getRecursionsInPolygon.data.frame

#' @describeIn getRecursionsInPolygon Get recursions inside a polygon for a trajectory data.frame object consisting of columns x, y, datetime, and id
#' @method getRecursionsInPolygon data.frame
#' @export
getRecursionsInPolygon.data.frame = function(trajectory, polygon, threshold = 0, timeunits = c("hours", "secs", "mins", "days"), verbose = TRUE)
{
	stop("This method is temporarily unavailable until it can be migrated due to removal of rgeos.")
	
}

Try the recurse package in your browser

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

recurse documentation built on Nov. 9, 2023, 1:06 a.m.