cmf_coef_xyz {conmolfields} | R Documentation |
Computes coefficient at point (x,y,z)
Description
Computes coefficient at point (x,y,z)
Usage
cmf_coef_xyz(mdb, a, alpha, x, y, z, field)
Arguments
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)
}
[Package
conmolfields version 0.0-19
Index]