plot.linkage.tests: Plot a linkage.tests object

View source: R/plot.linkage.tests.q

plot.linkage.testsR Documentation

Plot a linkage.tests object

Description

Plot a linkage tests object, which was made within ibdreg. Plot the -log10(pvalue) for pvalues from the score test statistics for linkage with and without covariates, constrained for one-sided tests.

Usage

## S3 method for class 'linkage.tests'
plot(x, ...)

Arguments

x

An object of class linkage.tests

...

additional plot parameters, this method checks for 'title'

Value

nothing is returned

See Also

ibdreg, linkage.tests

Examples

# reg.out <- ibdreg(formula=~1, ped.id=ped.id, person.id=person.id, 
#                   status=status, status.method="AA", data=data,
#                   ibd.dat=ibd.dat.obj, ibd.var=ibd.var.obj) 

# plot.linkage.tests(reg.out$AA.linkage, title="AA, formula: ~1")

ibdreg documentation built on Nov. 16, 2022, 5:14 p.m.