fill_adj_2Dface_beta {SyScSelection} | R Documentation |
Calculates the factor, beta in [0, 1], that interpolates the pth equidistant point between the two endpoints, z_one and z_phi, for and adjusted 2D mesh of fineness phi in d dimensions.
Description
Calculates the factor, beta in [0, 1], that interpolates the pth equidistant point between the two endpoints, z_one and z_phi, for and adjusted 2D mesh of fineness phi in d dimensions.
Usage
fill_adj_2Dface_beta(p, phi, z_one, z_phi)
Arguments
p |
... |
phi |
Fineness of the mesh along each dimension of the 2D face |
z_one |
... |
z_phi |
... |
Value
beta
[Package SyScSelection version 1.0.2 Index]