gridding_internal: gridding BioTIME data

View source: R/gridBioTIME.R

gridding_internalR Documentation

gridding BioTIME data

Description

gridding BioTIME data

Usage

gridding_internal(meta, btf, res, resByData, verbose)

Arguments

meta

(data.frame, tibble or data.table) BioTIME metadata.

btf

(data.frame, tibble or data.table) BioTIME data.

res

(integer) cell resolution. Must be in the range [0,30]. Larger values represent finer resolutions. Default: 12 (~96 sq km). Passed to dgconstruct.

resByData

(logical) FALSE by default. If TRUE, the function dg_closest_res_to_area is called to adapt res to the data extent. The new res value is used even if a value is provided byt the user.

verbose

if TRUE, a warning will be shown when one-year-long time series are found in btf and excluded.


BioTIMEr documentation built on Feb. 10, 2026, 5:08 p.m.