View source: R/write_maverick.R
write_maverick | R Documentation |
Write a maverick file from a tidy data frame Used internally in radiator and might be of interest for users.
write_maverick(data, filename = NULL, ...)
data |
A tidy data frame object in the global environment or
a tidy data frame in wide or long format in the working directory.
How to get a tidy data frame ?
Look into radiator |
filename |
(optional) The file name prefix for the maverick file
written to the working directory. With default: |
... |
other parameters passed to the function. |
A maverick file is saved to the working directory (with .txt
).
Thierry Gosselin thierrygosselin@icloud.com
Verity R, Nichols RA (2016) Estimating the Number of Subpopulations (K) in Structured Populations. Genetics, 203, genetics.115.180992-1839.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.