plot_pvl {qtl2pleio} | R Documentation |
Plot tidied results of a pvl scan
Description
Plot tidied results of a pvl scan
Usage
plot_pvl(
dat,
units = "Mb",
palette = c("#999999", "#E69F00", "#56B4E9"),
linetype = c("solid", "longdash", "dotted")
)
Arguments
dat |
a profile lod tibble |
units |
a character vector of length one to indicate units for physical or genetic map |
palette |
a character vector of length 3 containing strings for colors |
linetype |
a character vector of length 3 specifying the linetype values for the 3 traces |
Value
a ggplot object with profile LODs
[Package qtl2pleio version 1.4.3 Index]