BoxplotDelta: Boxplots of Jacquard Coefficients

View source: R/BoxplotDelta.R

BoxplotDeltaR Documentation

Boxplots of Jacquard Coefficients

Description

Function BoxplotDelta produces boxplots of the Jacquard coefficients from a list structure containing nine matrices with the pairwise coefficients. The diagonals of J1 and J7 are plotted in separate boxplots.

Usage

BoxplotDelta(J, ind.sub = 1:nrow(J[[1]]), ...)

Arguments

J

The list structure with nine fields consisting of nine matrices

ind.sub

Index for subsetting the individuals

...

Additional arguments to pass on to boxplot

Value

NULL

Author(s)

Jan Graffelman (jan.graffelman@upc.edu)

Examples

  data(DeltaSimulatedPedigree)
  BoxplotDelta(DeltaSimulatedPedigree)

Jacquard documentation built on Sept. 17, 2024, 5:09 p.m.