show | R Documentation |
Show a DGVMTools object in a reasonably nice and space efficient way.
## S4 method for signature 'Layer'
show(object)
## S4 method for signature 'Quantity'
show(object)
## S4 method for signature 'Period'
show(object)
## S4 method for signature 'Source'
show(object)
## S4 method for signature 'STAInfo'
show(object)
## S4 method for signature 'Field'
show(object)
## S4 method for signature 'Comparison'
show(object)
## S4 method for signature 'Scheme'
show(object)
## S4 method for signature 'Format'
show(object)
object |
Any DGVMTools object to be shown (printed) |
Simple stuff, implemented as both S3 and S4 methods. The reason for both is that appears S3 needs to be implemented for printing inside lists or other objects. Further tweaking of the formatting may be in order, feedback from users welcome.
Matthew Forrest matthew.forrest@senckenberg.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.