powered by
This function is designed for exporting results, stored in objects of MorphoTools2 package.
MorphoTools2
exportRes(object, file = "", dec = ".", sep = "\t", row.names = FALSE, col.names = TRUE)
None. Used for its side effect.
an object to be exported.
either a character string naming a file or a connection opened for writing (e.g., "clipboard"). "" indicates output to the console.
connection
"clipboard"
""
the character used for decimal points.
the column separator character.
logical, if TRUE, row names of the object are to be written.
TRUE
object
logical, if TRUE, column names of the object are to be written.
data(centaurea) descr = descrTaxon(centaurea, format = "($MEAN ± $SD)") if (FALSE) exportRes(descr, file = "centaurea_descrTax.txt")
Run the code above in your browser using DataLab