On Tue, Apr 28, 2015 at 3:04 PM, Gábor Csárdi <csardi.ga...@gmail.com> wrote:
>
>
> E.g. if package 'ggplot2' uses 'stats::density()', and package 'igraph'
> also defines 'density()', and 'igraph' is on the search path, then
> 'ggplot2' will call 'igraph::density()' instead of 'stats::density()'.


Just to be clear: you mean that this happens when ggplot2 contains a
call like 'density()', not 'stats::density()' (but the intention is to
call stats::density()), right?

-Winston

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to