Calculates the sizes of a set of windows based on their lower and upper coordinates of each dimension.
Can be applied to detection and habitat windows.
Usage
calcWindowSizes(lowerCoords, upperCoords)
Value
A vector of window sizes.
Arguments
lowerCoords
Matrix of lower x- and y-coordinates of all windows. One row for each window.
upperCoords
Matrix of upper x- and y-coordinates of all windows. One row for each window.