setAlias.GenericReporter {aroma.affymetrix} | R Documentation |
Sets the alias of the report. If specified, the alias overrides the report name, which is used by default.
## S3 method for class 'GenericReporter': setAlias(this, alias=NULL, ...)
alias |
A character string for the new alias of the report.
The alias must consists of valid filename characters, and must not
contain commas, which are used to separate tags. |
... |
Not used. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
*getAlias()
.
*getName()
.
For more information see GenericReporter
.