fillGapsKern: fills gaps in a series using neighbors

Description Usage Arguments Value

View source: R/helperFunctions.R

Description

fills gaps in a series using neighbors

Usage

1
2
fillGapsKern(dat, param, fKern = c(rep(0.01, 1000), 1:3, 0, 3:1,
  rep(0.01, 1000)))

Arguments

dat

the JAGS data object.

fKern

the kernal used to fill.

var

the variable to fill.

Value

a vector of values with gaps filled.


MartinLiermann/coastalCohoSS documentation built on April 12, 2021, 2:11 a.m.