explore_one_night: Analyse exploration around a central place for a single night

Description Usage Arguments Examples

View source: R/cumulative_exploration.R

Description

explore_one_night compute percentage and total area explored in each distance class around the central place, for each day. It also compute the new area explored at the beginning of the first day. It can work with any sequence of movement, given each sequence as a unique index value

Usage

1
2
explore_one_night(night, central_point, already_explored, buffer = 100,
  projstring, marginal = F)

Arguments

night

a data frame with coordinates data$x and data$y

central_point

single feature SpatialPointsDataFrame with column $name in data slot.

already_explored

circlepatch object containing areas unexplored and already explored

buffer

width of exploration around the trajectory.

Examples

1
explore_one_night(night,central_point,already_explored,buffer=100,projstring,marginal=F)

rpatin/PatchExplo documentation built on May 28, 2019, 12:35 a.m.