I was wondering if it was possible to visualize the body of a function of a package in R. I'll be more specific with an example: I am trying to visualize the body of the function fpkmSCVPlot
of cummeRbund Bioconductor package. I tried just to type fpkmSCVPlot
but the output is not the actual function:
standardGeneric for "fpkmSCVPlot" defined from package "cummeRbund" function (object, FPKMLowerBound = 1, ...) standardGeneric("fpkmSCVPlot") <bytecode: 0x7f79b3fca100> <environment: 0x7f79b3fe9b50> Methods may be defined for arguments: object, FPKMLowerBound Use showMethods(fpkmSCVPlot) for currently available ones.
I have also looked up the web, but I have not found any specific answer.
Thank you in advance,
Giuseppe.