write.emusegs {emuR} | R Documentation |
Write an Emu segment list to a file
Description
Writes an Emu segment list to a file
Usage
write.emusegs(seglist, file)
Arguments
seglist |
An Emu segment list |
file |
The name of a file to write the segment list into. |
Value
None.
Side Effects
The segment list is written to a file in the
standard format, suitable for input to gettrack
or other Emu utility
programs.
See Also
Examples
data(dip)
#dip a segment list - first 10 segments only
dip[1:10,]
## Not run: write.emusegs(dip, "write.emusegs.example.txt")
#The file write.emusegs.example.txt would have been written to R_HOME
## Not run: unlink("write.emusegs.example.txt")
[Package emuR version 2.5.0 Index]