Description Usage Arguments Details Value Author(s) See Also Examples
This function calculates the distance matrix between observed and predicting locations.
| 1 | locUloc(loc, locp)
 | 
| loc | a matrix of n \times 2 which indicates the x-y coordinates of the observed locations; if a vector is used, it will be converted to matrix automatically | 
| locp | a matrix of m \times 2 which indicates the x-y coordinates of the predicting locations; if a vector is used, it will be converted to matrix automatically | 
This function calls the underlying C++ program to do the computation.
A m \times n matrix with the element e_{ij} indicating the distance between the ith predicting location and the jth observed locations.
Liang Jing ljing918@gmail.com
loc2U,
locCircle,
locGrid,
locSquad.
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.