plot.fampar: Plot MERLIN PerFam Parametric LOD Scores

Description Usage Arguments Value Examples

Description

Plots the LOD scores in MERLIN's fam.par file

Usage

1
2
## S3 method for class 'fampar'
plot(fampar, ylim = c(0, max(fampar$max_lods$max_lod)))

Arguments

fampar

S3 object of class fampar.

ylim

Character vector of length 2 indicating the range of values to plot.

Value

ggplot object, plotting the selected variables

Examples

1
2
fp <- fampar("merlin_10_famA.par")
plot(fp)

bahlolab/linkrvis documentation built on May 11, 2019, 5:25 p.m.