Learn R Programming

SpatialPOP (version 0.1.0)

spatial_grid: 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

Run this code
# NOT RUN {
spatial_grid(c(1:10),c(1:10))
# }

Run the code above in your browser using DataLab