writeApdMap {aroma.apd}R Documentation

Writes an APD probe map file

Description

Writes an APD probe map file.

Usage

## Default S3 method:
writeApdMap(filename, path=NULL, map, ...)

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().

Value

Returns (invisibly) the pathname to the create file.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

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


[Package aroma.apd version 0.1.6 Index]