Masked functions in R
Posted
by user227290
on Stack Overflow
See other posts from Stack Overflow
or by user227290
Published on 2010-05-15T23:46:18Z
Indexed on
2010/05/15
23:50 UTC
Read the original article
Hit count: 275
r
This is a newbie question in R. If you have two libraries in R with same function name (and one masking the other) then how do you use the masked function. A concrete example: Both UsingR and QRMlib have the function QQPlot(), and UsingR's QQplot is masking that of QRMlib. How can I use the QQplot function of QRMlib. Thank you
© Stack Overflow or respective owner