random | R Documentation |
The random-class is virtual. No object should be directly created with this constructor. This constructor is to be called from within subclasses like generic, diagonal, spatial or additive_genetic.
random(incidence, covariance, precision)
incidence |
matrix-like object |
covariance |
matrix-like object |
precision |
matrix-like object |
This constructor performs the arguments and conformance checks. But the implementation details (i.e., storage format and handling) is left for the subclasses.
A list with elements incidence.matrix
, structure.matrix
and structure.type
, which is a string indicating either
covariance
or precision
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.