print: print.summary.nprcgenekeepr print.summary.nprcgenekeeprGV

Description Usage Arguments Value Examples

Description

print.summary.nprcgenekeepr print.summary.nprcgenekeeprGV

Usage

1
2
3
4
5
## S3 method for class 'summary.nprcgenekeeprErr'
print(x, ...)

## S3 method for class 'summary.nprcgenekeeprGV'
print(x, ...)

Arguments

x

object of class summary.nprcgenekeeprErr and class list

...

additional arguments for the summary.default statement

Value

An object to send to the generic print function

object to send to generic print function

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
library(nprcgenekeepr)
errorLst <- qcStudbook(nprcgenekeepr::pedInvalidDates,
                       reportChanges = TRUE, reportErrors = TRUE)
summary(errorLst)



library(nprcgenekeepr)
ped <- nprcgenekeepr::pedGood
ped <- suppressWarnings(qcStudbook(ped, reportErrors = FALSE))
summary(reportGV(ped, guIter = 10))

rmsharp/nprcmanager documentation built on April 24, 2021, 3:13 p.m.