[R] problem loading siar

Petr PIKAL petr.pikal at precheza.cz
Wed Jul 4 09:19:20 CEST 2012


Hi
 
> Hello,
> 
> It is not what happens.
> 
> Function "convexhull" exists in both "siar" and "spatstat" packages. As 
> you already load "spatstat", when you are loading "siar", the 
> "convexhull" in "spatstat" is masked by the one in "siar".
> 
> Thus, when you will run "convexhull" function, it will be the one from 
> the "siar" package.

AFAIK there is an option to use both functions, you just need to specify 
from which package you want it.

I do not use it but I believe there is a mention in docs and it was 
discussed before in help list too.

probably
spatstat:::convexhull(....)

Regards
Petr


> 
> Regards
> 
> 
> Le 04/07/2012 15:24, Sukran yalcin ozdilek a écrit :
> > Hi,
> >
> >   I have a problem while loading the "siar" program in R.
> >
> >
> >
> > When I am loading siar, system does not load convexhull. On the screen 
I
> > have seen such writings.
> >
> >
> >
> > The following object(s) are masked from ‘package:spatstat’:
> >
> >      convexhull
> >
> >
> >
> > How can I load the convexhull, how can I unmask from this package? I 
will
> > be appreciated if you give advice about this.
> >
> >
> > Best
> > Sukran
> >
> >    [[alternative HTML version deleted]]
> >
> >
> >
> > ______________________________________________
> > R-help at r-project.org mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide 
http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
> >
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide 
http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list