This question is similar to this. I am trying to figure out what the function does, but I still cannot see the source code of SharpeR:::as.markowitz
.
I tried, without success:
getAnywhere("as.markowitz")
getS3method("as.markowitz")
methods("as.markowitz","SharpeR")
methods(class="as.markowitz")
methods("as.markowitz")
Is there other ways to see the source?