Learn R Programming

Jacquard (version 1.0.2)

BoxplotDelta: 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]]), ...)

Value

NULL

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

Author

Jan Graffelman (jan.graffelman@upc.edu)

Examples

Run this code
  data(DeltaSimulatedPedigree)
  BoxplotDelta(DeltaSimulatedPedigree)

Run the code above in your browser using DataLab