write_pwd_list {polymapR} | R Documentation |
Write pwd files from a nested list
Description
A wrapper for write.pwd
, which allows to write multiple pwd files with a directory structure according to the nested linkage list.
Usage
write_pwd_list(
linkages_list,
target_parent,
binned = FALSE,
dir = getwd(),
log = NULL
)
Arguments
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. |
Examples
## Not run:
data("all_linkages_list_P1_split")
write_pwd_list(all_linkages_list_P1_split, target_parent="P1", binned=FALSE)
## End(Not run)
[Package polymapR version 1.1.6 Index]