atl_patch_summary: Get residence patch data.

Description Usage Arguments Value

View source: R/fun_get_patch_data.R

Description

Get residence patch data.

Usage

1
atl_patch_summary(patch_data, which_data = "summary", buffer_radius = 10)

Arguments

patch_data

A data.frame with a nested list column of the raw data underlying each patch. Since data.frames don't support nested columns, will actually be a data.table or similar extension.

which_data

Which data to return, the raw data underlying the patch, or a spatial features object with only the patch summary.

buffer_radius

Spatial buffer radius (in metres) around points when requesting sf based polygons.

Value

An object of type sf or data.table depending on which data is requested.


MrEtmAr/Pratik_atlastools documentation built on Dec. 31, 2020, 3:18 p.m.