View source: R/getPyramidPlot.R
getPyramidPlot | R Documentation |
The pedigree provided must have the following columns: sex
and
age
. This needs to be augmented to allow pedigrees structures that
are provided by the nprcgenekeepr package.
getPyramidPlot(ped = NULL)
ped |
dataframe with pedigree data. |
The return value of par("mar") when the function was called.
library(nprcgenekeepr)
data(qcPed)
getPyramidPlot(qcPed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.