powered by
Methods for the Summary group of functions.
Summary
signature(x = "mondate")
summarizes a mondate.
mondate
The result will be a mondate with the same displayFormat and timeunits properties.
displayFormat
timeunits
The usual rules apply as to the shape of the result.
A<-mondate.ymd(2001:2010,12,31) # ten yearends min(A) # December 31, 2001 max(A) # December 31, 2010 range(A)
Run the code above in your browser using DataLab