LinePickingSimPoints: Get simulated points on region

Description Usage Arguments Value Note Author(s) Examples

View source: R/LinePickingSimPoints.R

Description

Give the number of points required and the shape (square, disk, ...) and parameters defining the shape, and a seed for the random number generator this function will return a list of points.

Usage

1
  LinePickingSimPoints(NPoints, problem, parameters, seed)

Arguments

NPoints

the number of points to generate.

problem

see LinePickingPDF.

parameters

numeric vector of parameters describing problem.

seed

a seed for the random number generator

Value

vector of N points.

Note

September 9 2012

Author(s)

Eric Parsonage

Examples

1
t <- LinePickingSimDistances(10, 0 , list(1), 67)

mroughan/LinePicking documentation built on May 23, 2019, 7:48 a.m.