Re: [R] problem loading siar

2012-07-04 Thread Petr PIKAL
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@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@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@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.


Re: [R] problem loading siar

2012-07-03 Thread Pascal Oettli

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.


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@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@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.