Computes coefficient at point (x,y,z)

cmf_coef_xyz(mdb, a, alpha, x, y, z, field)

Arguments

mdb

a

alpha

x

y

z

field

Details

Value

References

Note

See also

Examples

##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as cmf_coef_xyz <- function(mdb, a, alpha, x, y, z, field) { nmols <- length(a) ai <- 1:nmols cmf_coef_xyz_cv(mdb, a, ai, alpha, x, y, z, field) }