Re: [R] Accessing methods and extending S4 classes of existing packages

2008-06-29 Thread Johannes Huesing
Johannes Huesing <[EMAIL PROTECTED]> [Sun, Jun 29, 2008 at 08:13:27AM CEST]: > Dear all, > I am trying to understand how to access S4 methods after loading a > package, using the online documentation of getMethod and friends. > > This is what I have been trying: > > library(coin) > > findMethods(

Re: [R] Accessing methods and extending S4 classes of existing packages

2008-06-29 Thread Johannes Huesing
Johannes Huesing <[EMAIL PROTECTED]> [Sun, Jun 29, 2008 at 08:13:27AM CEST]: > Dear all, > I am trying to understand how to access S4 methods after loading a > package, using the online documentation of getMethod and friends. > I am just realizing that the lack of online documentation on S4 meth

[R] Accessing methods and extending S4 classes of existing packages

2008-06-28 Thread Johannes Huesing
Dear all, I am trying to understand how to access S4 methods after loading a package, using the online documentation of getMethod and friends. This is what I have been trying: > library(coin) > findMethods("ApproxNullDistribution") list() Warning message: In findMethods("ApproxNullDistribution")