| validGoinitObject | R Documentation |
This function validates objects of class Goinit.
validGoinitObject(object)
object |
Object of class |
This function is utilized by validObject(). It is tested
whether object@V, object@P, object@Dsqr are
square matrices; object@V coincides with the singular value
decomposition.
TRUE |
Logical, |
Bernhard Pfaff
Goinit, goinit
data(VDW) go <- goinit(VDW) validObject(go)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.