regular.grid: Generate a Regular Grid

Description Usage Arguments Value

View source: R/utility.R

Description

Generate a Regular Grid

Usage

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

Arguments

M

the number of points

domain

the interval

h

margin at boundaries

Value

equally spaced M points in domain.


synfd documentation built on July 1, 2020, 6:04 p.m.