Summary-methods: Summary Methods

Summary-methodsR Documentation

Summary Methods

Description

Methods for the Summary group of functions.

Methods

signature(x = "mondate")

summarizes a mondate.

The result will be a mondate with the same displayFormat and timeunits properties.

The usual rules apply as to the shape of the result.

Examples

A<-mondate.ymd(2001:2010,12,31) # ten yearends
min(A)                  # December 31, 2001
max(A)                  # December 31, 2010
range(A)

chiefmurph/mondate documentation built on Aug. 29, 2022, 4:13 p.m.