flight_curve: flight_curve Function This function compute the flight curve...

Description Usage Arguments Examples

Description

flight_curve Function This function compute the flight curve across and years

Usage

1
flight_curve(your_dataset, GamFamily = "nb", MinVisit = 3, MinOccur = 2)

Arguments

your_dataset

A data.frame containing original species count data. The data format is a csv (comma "," separated) with 6 columns with headers, namely "species","transect_id","visit_year","visit_month","visit_day","sp_count"

GamFamily

string setting the distribution of the error term in the GAM, default='nb', but can be 'poisson' or 'quasipoisson'.

MinVisit

integer setting the minimum number of visit required for a site to included in the computation, default=3.

MinOccur

integer setting the minimum number of positive records (e.g. >= 1) observed over the year in a site default=2.

Examples

1

RetoSchmucki/regionalGAM documentation built on May 9, 2019, 9:46 a.m.