View source: R/breedr_effect.R
breedr_effect | R Documentation |
The breedr_effect-class is virtual. No object should be directly created with this constructor. This constructor is to be called from within non-virtual subclasses like generic, diagonal, spatial or additive_genetic.
breedr_effect(incidence)
## S3 method for class 'breedr_effect'
dim(x)
incidence |
matrix-like object |
x |
A |
This constructor performs the arguments checks. But the implementation details (i.e., storage format and handling) is left for the subclasses.
A list with a single element incidence.matrix
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.