pointsLattice: Generate Regular Grid (Lattice) Point Pattern for Landscape...

Description Usage Arguments Value Examples

Description

This function is a low-level utility to generate spatial point patterns for the MICRO-LANDSCAPE point sets.

Usage

1
pointsLattice(n, xLim = c(0, 1), yLim = c(0, 1))

Arguments

n

number of points to generate

xLim

a length 2 numeric vector of bounds for the sampling grid

yLim

a length 2 numeric vector of bounds for the sampling grid

Value

a list with two elements x and y corresponding to the sampled points

Examples

1
pointsLattice(n=10, xLim=c(0,1), yLim=c(0,1))

smitdave/MASH documentation built on May 30, 2019, 5:02 a.m.