metadata {COMPASS} | R Documentation |
Functions for getting and setting the metadata associated with an object.
metadata(x) ## S3 method for class 'COMPASSContainer' metadata(x) ## S3 method for class 'COMPASSResult' metadata(x) metadata(x) <- value ## S3 replacement method for class 'COMPASSContainer' metadata(x) <- value
x |
An R object. |
value |
An R object appropriate for storing metadata in object |