Description Usage Arguments Details Value
This function runs a GLS model on a spatial dataset. It chooses among five types of correlation structure, and returns the model with the lowest AIC.
1 2 3 4 5 6 7 8 9 |
data |
|
x_coords_varname |
chr string specifying the x-coordinates in |
y_coords_varname |
chr string specifying the y-coordinates in |
shp_reg |
|
shp_app |
|
sample |
integer. If the regression data are large, you may wish to sample the rows for the |
convertFromUTM |
logical. Set to |
Subsets a data.frame
according to provided shapefiles
. The
A list of two data.frames
. The first is a data.frame
with all points subsetted using the shp_reg
shapefile. The second is a data.frame
with all points subsetted using the shp_app
or shp_reg
shapefile, as appropriate.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.