meta {SIAMCAT} | R Documentation |
Retrieve the metadata from a SIAMCAT object
meta(siamcat) ## S4 method for signature 'siamcat' meta(siamcat) ## S4 method for signature 'sample_data' meta(siamcat)
siamcat |
(Required). A siamcat-class object |
This function will retrieve the metadata from a SIAMCAT object. The metadata is a object of the sample_data-class.
The metadata as sample_data-class object
data(siamcat_example) temp <- meta(siamcat_example) head(temp)