MkFortParams {sequoia} | R Documentation |
PARAM to FortPARAM
Description
Convert list PARAM
into a list with integer-only and
double-only vectors, to be passed to Fortran.
Usage
MkFortParams(PARAM, fun = "main")
Arguments
PARAM |
list with input parameters. |
fun |
function from which |
Value
A list with elements
Ng |
Integer, number of individuals |
SpecsInt |
8 integers:
|
SpecsDbl |
2 double precision numbers:
|
ErrM |
double, 3x3 matrix passed as length-9 vector |
SpecsIntMkPed |
|
SpecsIntAmb |
|
[Package sequoia version 2.11.2 Index]