| jODE_normL2 | R Documentation | 
normL2 for julia interface
jODE_normL2(
  est_grid,
  fixed_grid,
  est_vec,
  trafo,
  odes,
  obs,
  err,
  jODE_sourcefile = tempfile("jODE_source_file", fileext = ".jl"),
  data,
  sigma = ":sigma_1"
)
| est_grid, fixed_grid, est_vec | as in IQRtools | 
| trafo, odes, obs, err | symbolic definitions of functions as in dMod | 
| jODE_sourcefile | the intermediate file in which the julia-code is written | 
| data | filepath or data.frame | 
| sigma | character to paste into julia command. must be one of ":sigma_1" (from data or errormodel) or ":sigma" (from errormodel or data) [] Check which is which | 
objective function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.