| print-methods {mondate} | R Documentation | 
Methods to Display a Mondate
Description
Methods to display a mondate in an R session.
Usage
    ## S3 method for class 'mondate'
print(x, ...)
    ## S4 method for signature 'mondate'
show(object)
Arguments
| x | a mondate | 
| object | a mondate | 
| ... | arguments passed to and from other methods | 
Methods
- print(x = "mondate", ...)
- 
Print the date in its character representation using the 
 displayFormatproperty. Uses thenoquotefunction. Arguments in...are passed tobase::print.
- show(object = "mondate")
- 
Same as printabove, but with a "header" showing thetimeunitsproperty.
[Package mondate version 1.0 Index]