fit_agTrend_ssl: Site-level fitting function

Description Usage Arguments Details Value

View source: R/fit_agTrend_ssl.R

Description

Fit separate discrete-normal distribution models to an Steller sea lion counts at a single site

Usage

1
2
3
4
5
6
7
8
9
fit_agTrend_ssl(
  .x,
  model,
  obl.corr = FALSE,
  map.override = NULL,
  silent = TRUE,
  debug = FALSE,
  force = FALSE
)

Arguments

.x

Data frame for an individual site. Must have been passed through prep_for_fit first!

model

Model for interpolation: 'const', 'lin', or 'gp' (see Details)

obl.corr

Logical. Should correction be made for oblique photos.

map.override

List. method for overriding parameter parameters set to fixed values. This should rarely need to be used

silent

Logical. Run without messages

debug

Logical. Step into fitting function for interactive evaluation

penalty

Wiggliness penalty for 'gp' model

Details

There are 3 models which can be used for within site interpolation:

Value

A list with the following elements:


dsjohnson/agTrendTMB documentation built on Jan. 1, 2021, 12:07 a.m.