buildModelInputs: Build model inputs for use with runFieldModel

Description Usage Arguments Value

View source: R/buildModelInputs.R

Description

Build model inputs for use with runFieldModel

Usage

1
2
buildModelInputs(field, pointDF = NULL, polyDF = NULL, model = TRUE,
  moption = 0)

Arguments

field

field object which simulated underlying data

pointDF

data simulated from samplePoints

polyDF

data simulated from samplePolygns

model

logical, build model inputs for modeling rather than prediction

moption

int, intger indicating how polygon data should be estimated 0 is by Reimann sum approximation, 1 is by redistribution, and 2 is by Utazi approach.

Value

List of data and parameter objects to be used in TMB model run.


nmmarquez/PointPolygon documentation built on Dec. 10, 2020, 1:15 a.m.