initialize: Initialize method which can skip the validity check

Description Usage Arguments Details

Description

This is an initialization method with an optional skipValidity argument. If this argument is set to TRUE, the validity check is skipped. This is used by some internal functions within the package, as the validity check can be slow, and internal code is (presumably) guaranteed to produce valid objects.

Usage

1
2
3
4
5
## S4 method for signature 'canSkipValidity'
initialize(.Object, ...)

## S4 method for signature 'geneticDataList'
initialize(.Object, ...)

Arguments

.Object

the object to initialize

...

Other arguments. Only skipValidity is used.

Details

Initialize method which can skip the validity check


rohan-shah/mpMap2 documentation built on July 21, 2020, 8:58 p.m.