Learn R Programming

aroma.affymetrix (version 3.2.2)

getTags.Model: Gets the tags of the output data set

Description

Gets the tags of the output data set, which consists of the tags of the input data set followed by an additional set of tags added by the model.

Usage

# S3 method for Model
getTags(this, collapse=NULL, ...)

Value

Returns a character

vector.

Arguments

collapse

A character string used to concatenate the tags. If NULL, the tags are not concatenated.

...

Not used.

See Also

*setTags() For more information see Model.