The summary
function calculates the average fetch for the separate
northerly, easterly, southerly and westerly quadrants. For example, the mean
fetch for the northerly component averages over the fetch vectors with
directions between 315 (inclusive) and 45 (exclusive) degrees, i.e. the fetch
vectors within the interval [315, 45).
# S4 method for Fetch
summary(object)# S4 method for Fetch
show(object)
a Fetch
object that has been returned by the
fetch
function.
The summary
function returns a data.frame
.