Description Usage Arguments Examples
Call the first method inhereted by the object
1  | callS3methodParent(object, FUN, class = 1, ...)
 | 
object | 
 an object  | 
FUN | 
 the name of a generic method  | 
class | 
 the level of class  | 
... | 
 additional arguments to be passed to the method that will be called  | 
1 2 3  | m <- lvm.reduced(Y~X)
callS3methodParent(m, "coef")
callS3methodParent(m, FUN = "coef", class = "lvm.reduced")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.