print.summary.nprcgenekeeprErr | R Documentation |
print.summary.nprcgenekeepr print.summary.nprcgenekeeprGV
## S3 method for class 'summary.nprcgenekeeprErr'
print(x, ...)
## S3 method for class 'summary.nprcgenekeeprGV'
print(x, ...)
x |
object of class summary.nprcgenekeeprErr and class list |
... |
additional arguments for the |
An object to send to the generic print function
object to send to generic print function
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.