Learn R Programming

mpMap2 (version 1.0.4)

initialize,canSkipValidity-method: Initialize method which can skip the validity check

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

# S4 method for canSkipValidity
initialize(.Object, ...)

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

Arguments

.Object

the object to initialize

...

Other arguments. Only skipValidity is used.

Details

Initialize method which can skip the validity check