gridGen: gridGen

Description Usage Arguments Value Author(s) Examples

View source: R/displayScatter.R

Description

generates a matrix valued with a regular grid of 2D coordinates.

Usage

1
gridGen(xlim = c(-10, 10), ylim = c(-10, 10), step = 50)

Arguments

xlim

x bounds.

ylim

y bounds.

step

size of the square matrix.

Value

'grid' matrix

Author(s)

Pierrick Bruneau

Examples

1
temp <- gridGen()

VBmix documentation built on May 30, 2017, 2:34 a.m.

Related to gridGen in VBmix...