hypercube_mesh: Generates a Cartesian mesh of d-dimensional scenarios based...

Description Usage Arguments Value Examples

View source: R/hypercube_mesh.R

Description

Generates a Cartesian mesh of d-dimensional scenarios based on the given ellipsoid. This function does not assume that the ellipsoid is centered at the origin.

Usage

1
hypercube_mesh(phi, hellip, normalize)

Arguments

phi

The scalar fineness of the mesh

hellip

The basis for the shocks; it must have measurable width in every dimension

normalize

Whether to normalize points from the cube onto the sphere or not (TRUE/FALSE)

Value

A d x N array, with each column a scenario

Examples

1
2
hellip <- hyperellipsoid()
hypercube_mesh(3,hellip,TRUE)

SyScSelection documentation built on Oct. 26, 2020, 5:08 p.m.