View source: R/write_population.R
write_population | R Documentation |
This is a basic output file formatter for saving files necessary for saving output in textual formats.
write_population(
df,
file,
mode = c("text", "genepop", "structure", "dfdist")[1],
stratum = NULL,
...
)
df |
The |
file |
The path to the file you want to write to. |
mode |
Which format to use for writing data to file. At present there are
|
stratum |
An optional argument if using genepop or structure formats. By default, the 'text' option writes all data to file. |
... |
Other options to pass along (e.g., verbose=TRUE) |
nothing.
Rodney J. Dyer <rjdyer@vcu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.