| extract_map | R Documentation |
Extract the maker position from an object of class 'mappoly.map'
extract_map(input.map, phase.config = "best")
input.map |
An object of class |
phase.config |
which phase configuration should be used. "best" (default) will choose the maximum likelihood configuration |
x <- maps.hexafake[[1]]$info$genome.pos/1e6 y <- extract_map(maps.hexafake[[1]]) plot(y~x, ylab = "Map position (cM)", xlab = "Genome Position (Mbp)")