cmf_coef_xyz: Computes coefficient at point (x,y,z)

Description Usage Arguments Examples

Description

Computes coefficient at point (x,y,z)

Usage

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

Arguments

mdb
a
alpha
x
y
z
field

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
##---- 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)
}

conmolfields documentation built on May 2, 2019, 4:18 p.m.