write.dif {iL04} | R Documentation |
Export a difference matrix to file, as it is used by the RuG/L04 software.
write.dif(dif, file, encoding="iso-8859-1")
dif |
an object of class dist , with labels to be used
in the output file stored in the attribute Labels . |
file |
the name of the file the difference matrix will be stored in,
or a connection.
Refer to the documentation of the RuG/L04 software for a description of the file format. |
encoding |
if file is a filename, the file is openen in
this encoding.
The default encoding is iso-8859-1, because that is what the RuG/L04 PostScript programs expect. |
RuG/L04 - software for dialectometrics and cartography: http://www.let.rug.nl/~kleiweg/L04/
as.dist
,
read.dif
,
read.vec
,
write.vec