cmf_coef_grid_ex {conmolfields}R Documentation

Computes coefficients for grid

Description

Computes coefficients for grid

Usage

cmf_coef_grid_ex(mdb, a, alpha, grid, field, field_family="PHCH")

Arguments

mdb
a
alpha
grid
field
field_family

"PHCH"

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_grid_ex <- function(mdb, a, alpha, grid, field, field_family="PHCH") {
  nmols <- length(a)
  ai <- 1:nmols
  cmf_coef_grid_sv_ex(mdb, a, ai, alpha, grid, field, field_family=field_family)
}

[Package conmolfields version 0.0-19 Index]