r_LOD_plot: Plot r versus LOD

View source: R/exported_functions.R

r_LOD_plotR Documentation

Plot r versus LOD

Description

r_LOD_plot plots r versus LOD, colour separated for different phases.

Usage

r_LOD_plot(linkage_df, plot_main = "", chm = NA, r_max = 0.5)

Arguments

linkage_df

A linkage data.frame as output of linkage.

plot_main

A character string specifying the main title

chm

Integer specifying chromosome

r_max

Maximum r value to plot

Examples

data("SN_SN_P1")
r_LOD_plot(SN_SN_P1)

polymapR documentation built on Nov. 5, 2023, 1:09 a.m.