spatial_grid {SpatialPOP} | R Documentation |
a uniform two dimensional grid of lattice points
Description
a uniform two dimensional grid of lattice points
Usage
spatial_grid(lat, long)
Arguments
lat |
numeric vector |
long |
numeric vector |
Value
returns a dataframe of lattice points
Examples
spatial_grid(c(1:10),c(1:10))
[Package SpatialPOP version 0.1.0 Index]