BoxplotDelta {Jacquard}R 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)

[Package Jacquard version 1.0.2 Index]