Displaying 2 results from an estimated 2 matches for "gatrell".
Did you mean:
latrell
2005 Sep 05
1
bivirate k-function
Hi
Is there anyone who can help a reporter (me) with the following:
I want to use the bivirate k-function to determin if burgerbars are
clustered around schools.
To that purpose I’ve been told to use the bivirate k-function, but my
program Arcview doesn’t contain that.
Im stuck on a dead end – how to I for a start get the data into R?
Michael Holm
DICAR – Center for Anaytical Reporting
2000 Sep 19
2
porting splancs library to R
I am trying to port the splancs library for S++ version 4.0 to R. I have modified the original FORTRAN to use dllwrap/dlltool (e.g. removed common blocks). I have been able to generate dll's (splancs.dll) using dllwrap/dlltool and Ming32 g77 with a -mdll switch. As of yet I have not been able to generate a dll that can be loaded by R.
Does anyone out there have any suggestions. An example