An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120704/5b6bdde2/attachment.pl>
problem loading siar
3 messages · Sukran yalcin ozdilek, Pascal Oettli, PIKAL Petr
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 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.
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.