calc_mesh_size {SyScSelection} | R Documentation |
Calculates the number of points in a mesh of fineness phi, covering a hypercube in d dimensions
Description
Calculates the number of points in a mesh of fineness phi, covering a hypercube in d dimensions
Usage
calc_mesh_size(phi, d)
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
[Package SyScSelection version 1.0.2 Index]