A vector of distances, where each element corresponds to one of the distance between the source point and a destination (one row) from the destinations matrix.
Arguments
centre.xy
Two-element vector containing x,y coordinates of the source location
destmat
Two-column matrix or data frame containing x,y coordinates of the activity locations
verbose
Boolean: Set to T if verbose output is desired
Author
Tarmo K. Remmel
Details
Distance computations are strictly Euclidean between the source point and each destination point.