Description Usage Arguments Examples
View source: R/exported_functions.R
A wrapper for write.pwd
, which allows to write multiple pwd files with a directory structure according to the nested linkage list.
1 2 |
linkages_list |
A nested |
target_parent |
A character string specifying the name of the target parent. |
binned |
Logical. Are the markers binned? This information is used in the pwd header. |
dir |
A character string specifying the directory in which the files are written. Defaults to working directory. |
log |
Character string specifying the log filename to which standard output should be written. If NULL log is send to stdout. |
1 2 | data("all_linkages_list_P1_split")
write_pwd_list(all_linkages_list_P1_split, target_parent="P1", binned=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.