import(Matrix)
import(quadprog)
importFrom("graphics", "frame", "legend", "lines", "par", "plot",
           "plot.new", "plot.window", "points", "polygon", "segments",
           "strheight", "strwidth", "text")
importFrom("methods", "as")
importFrom("stats", "runif")
export(align.pedigree, familycheck, kinship, kindepth, kinship.default)
export(makefamid, makekinship, pedigree, autohint)
export(pedigree.legend)
export(ibdMatrix)
export(plot.pedigree, print.pedigree, as.data.frame.pedigree)
export(pedigree.shrink, pedigree.trim, pedigree.unrelated, bitSize)
export(print.pedigree.shrink, plot.pedigree.shrink) #, dim.pedigree)
export(findUnavailable, findAvailNonInform, findAvailAffected)
export(printBanner, fixParents, legendPlot)
S3method(plot, pedigree)
S3method(kinship, pedigree)
S3method(kinship, default)
S3method(kinship, pedigreeList)
S3method(print, pedigree)
S3method(print, pedigreeList)
S3method(print, pedigree.shrink)
S3method(plot, pedigree.shrink)
S3method(as.data.frame, pedigree)
S3method('[', pedigreeList)
S3method('[', pedigree)
#S3method(dim, pedigree)
