dsp_to_matrix: Creates global site by latitudinal-longitudinal grid cell...

Description Usage Arguments Value Examples

View source: R/dsp_to_matrix.R

Description

Create global abundance counts matrix by merging the dispersion fields from the list of dispersion field maps generated by dsp_create_from_survey or dsp_create_from_gdb function.

Usage

1
dsp_to_matrix(dispersion.field)

Arguments

dispersion.field

Dispersion field list generated by dsp_create_from_survey or dsp_create_from_gdb function.

Value

The global site by grid cell abundance counts matrix.

Examples

1
2
data("dispersion_field_ex")
mat <- dsp_to_matrix(dispersion_field_ex)

kkdey/ecostructure documentation built on Jan. 26, 2021, 4:10 p.m.