update_map | R Documentation |
This function takes an object of class mappoly.map
and checks for
removed redundant markers in the original dataset. Once redundant markers
are found, they are re-added to the map in their respective equivalent positions
and another HMM round is performed.
update_map(input.maps, verbose = TRUE)
input.maps |
a single map or a list of maps of class |
verbose |
if TRUE (default), shows information about each update process |
an updated map (or list of maps) of class mappoly.map
, containing the original map(s) plus redundant markers
Gabriel Gesteira, gdesiqu@ncsu.edu
orig.map <- solcap.err.map
up.map <- lapply(solcap.err.map, update_map)
summary_maps(orig.map)
summary_maps(up.map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.