cmf_coef_grid {conmolfields}R Documentation

Computes coefficients for grid

Description

Computes coefficients for grid

Usage

cmf_coef_grid(mdb, a, alpha, grid, field) 

Arguments

mdb
a
alpha
grid
field

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 <- function(mdb, a, alpha, grid, field) {
  nmols <- length(a)
  ai <- 1:nmols
  cmf_coef_grid_sv(mdb, a, ai, alpha, grid, field)
}


[Package conmolfields version 0.0-19 Index]