writeApd {aroma.apd} | R Documentation |
Writes an APD probe data file
Description
Writes an APD probe data file.
Usage
## Default S3 method:
writeApd(filename, data, ..., writeMap=NULL)
Arguments
filename |
The filename of the APD file. |
data |
|
... |
Arguments passed to |
writeMap |
A |
Value
Returns (invisibly) the pathname to the created file.
Author(s)
Henrik Bengtsson
See Also
To create an APD map file, see readApdMap
().
[Package aroma.apd version 0.7.0 Index]