[R] problem in lodging package

giuseppe calamita calamita_giuseppe at yahoo.it
Wed Jul 4 11:18:42 CEST 2012


Hi,
this happen when two or more packages have functions with the same names. 
Using search() you can see which package are loaded in your working
environment. Thus, using the name of the function will call the function of
the first package you see in the search output.
To use a specific function you need to specify both the package containing
the function and then the function 
E.G.
pckg:function(parameters)

hope this helps

-----
Giuseppe Calamita
PhD at CNR-IMAA Italian National Council of Research - Institute of Methodologies for Environmental Analysis,  Tito Scalo -Potenza ITALY
--
View this message in context: http://r.789695.n4.nabble.com/problem-in-lodging-package-tp4635291p4635383.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list