regular.grid: generate a regular grid on a domain

Description Usage Arguments Value Examples

View source: R/utility.R

Description

generate a regular grid on a domain

Usage

1
regular.grid(m = 100, domain = c(0, 1), h = 1/(2 * m))

Arguments

m

the number of points

domain

the domain

h

the margin of the first and last points to the boundaries of the domain

Value

a vector representing the grid

Examples

1
2

linulysses/mcfda documentation built on Jan. 17, 2021, 8:53 a.m.