简体   繁体   中英

How to access functions called from StandardGeneric?

I am trying to correct a small error in a R package. My problem is that the function I would like to modify is called through standardGeneric instance. I tried to trace the function :

trace('regFit', edit=TRUE)

But it does not display the actual function content. Would you know how I can access it?

如果运行debug(regFit) ,则使用n一步进入该函数,它应进入第二步或第三步使用的方法。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM