calc_mesh_size: Calculates the number of points in a mesh of fineness phi,...

Description Usage Arguments Value

View source: R/calc_mesh_size.R

Description

Calculates the number of points in a mesh of fineness phi, covering a hypercube in d dimensions

Usage

1

Arguments

phi

The scalar fineness of the mesh

d

The number of dimensions for the unit spheroid

Value

A list of: corner_pts - Count of points extreme (+/- 1) in all dim, edge_pts - Count of points extreme in all but one dimen, face_pts - Count of points extreme in all but two dimen, total_pts - Sum of: corner_pts + edge_pts + face_pts


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