exportRes | R Documentation |
This function is designed for exporting results, stored in objects of MorphoTools2
package.
exportRes(object, file = "", dec = ".", sep = "\t",
row.names = FALSE, col.names = TRUE)
object |
an object to be exported. |
file |
either a character string naming a file or a |
dec |
the character used for decimal points. |
sep |
the column separator character. |
row.names |
logical, if |
col.names |
logical, if |
None. Used for its side effect.
data(centaurea)
descr = descrTaxon(centaurea, format = "($MEAN ± $SD)")
## Not run: exportRes(descr, file = "centaurea_descrTax.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.