spatial_data: Add Geographic Coordinates To Community Data

View source: R/spatial_data.R

spatial_dataR Documentation

Add Geographic Coordinates To Community Data

Description

Adds grographic coordinates as a separate table in a community data object.

Usage

spatial_data(com, x, y)

Arguments

com

a community data object.

x

name of the column in 'env' where the longitude coordinates are stored.

y

name of the column in 'env' where the latitude coordinates are stored.

Value

A list with community data.

Examples

spatial_data()

jgmv/comecol documentation built on June 6, 2023, 4:07 p.m.