callS3methodParent: Call the first method inhereted by the object

Description Usage Arguments Examples

Description

Call the first method inhereted by the object

Usage

1
callS3methodParent(object, FUN, class = 1, ...)

Arguments

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

Examples

1
2
3
m <- lvm.reduced(Y~X)
callS3methodParent(m, "coef")
callS3methodParent(m, FUN = "coef", class = "lvm.reduced")

bozenne/lava.reduce documentation built on May 13, 2019, 1:41 a.m.