Romain Francois wrote:
Hello list,
I'd like to know if there is a function that tells in which package is a
given function.
Something like :
which.package("lda")
[1] "MASS"
Thank you.
Romain
> getAnywhere("lda")
A single object matching 'lda' was found
It was found in the following places
package:MASS
namespace:MASS
with value
function (x, ...)
UseMethod("lda")
<environment: namespace:MASS>
Uwe Ligges
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html