A novice question in R is that if you have two libraries (and masking each other) with the same function name in R, how do you use the masked function? A solid example: use of both QQ is the QQPlot () function and QQplot is the mask of QRMlib. How can I use QRMlib's QQplot function Thanksgiving
Add: Just found that QRMlib :: QQplot () Works, thus modifying this question Which I found in the web. What will happen if they do not have a name space, then the above approach will not work in that situation. Link to the original question given in Google:
usingR :: QQPlot ()
and / or QRMlib :: QQPlot ()
Try to finally load the favorite library, as it will mask the "unwanted" function ...
Good luck!