summary-WindFetch-method: Summarise a WindFetch Object

summary,WindFetch-methodR Documentation

Summarise a WindFetch Object

Description

The summary function calculates the average wind 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).

Usage

## S4 method for signature 'WindFetch'
summary(object)

## S4 method for signature 'WindFetch'
show(object)

Arguments

object

a WindFetch object that has been returned by the windfetch function.

Value

The summary function returns a tibble.


blasee/windfetch documentation built on Aug. 2, 2022, 1:29 a.m.