Learn R Programming

aroma.apd (version 0.7.0)

writeApdMap: Writes an APD probe map file

Description

Writes an APD probe map file.

Usage

# S3 method for default
writeApdMap(filename, path=NULL, map, ...)

Value

Returns (invisibly) the pathname to the create file.

Arguments

filename

The filename of the APD file.

path

The path to the APD file.

map

A vector of indicies.

...

Additional arguments passed to writeApd().

Author

Henrik Bengtsson

See Also

To read an APD map file, see readApdMap().