Topic: Spatial
Topic Description:
Functions for calculating Ripley's K from CTFS R Analytical Tables, many routines for quadrat-based calculations. and calculations of wavelet variance.
File: spatial/quadfunc.r
| View File Source | Download File | No help file available |
Function: gxgy.to.rowcol
Function Description: gxgy.to.rowcol
Function Arguments:
| Argument | Default Value |
|---|---|
| gx | |
| gy | |
| gridsize | 20 |
| plotdim | c(1000,500) |
Function Source:
gxgy.to.rowcol=function(gx,gy,gridsize=20,plotdim=c(1000,500))
{
index=gxgy.to.index(gx,gy,gridsize,plotdim)
return(index.to.rowcol(index,gridsize,plotdim))
}
{
index=gxgy.to.index(gx,gy,gridsize,plotdim)
return(index.to.rowcol(index,gridsize,plotdim))
}