LonLatToCovariates: Create new covariates using latitude and longitude values

Description Usage Arguments Data type Version Date submitted Author(s) See Also

Description

Create two new covariates, Longitudecov and Latitudecov that are simply the latitude and longitude for each cell. These covariates can be used in otherwise non-spatial models. Some specifically spatial models such as INLA require these covariates and will use the specifically named covariates once implemented.

Usage

1
LonLatToCovariates(.data, lat = TRUE, lon = TRUE)

Arguments

.data

Internal parameter, do not use in the workflow function. .data is a list of a data frame and a raster object returned from occurrence modules and covariate modules respectively. .data is passed automatically in workflow from the occurrence and covariate modules to the process module(s) and should not be passed by the user.

lat

Logical, return the latitude column?

lon

Logical, return the longitude column?

Data type

presence-only, presence/absence, presence/background, abundance, proportion

Version

0.1

Date submitted

2017-04-25

Author(s)

Tim Lucas, timcdlucas@gmail.com

See Also

Other process: AddRandomUniformPredictors, BackgroundAndCrossvalid, Background, Bootstrap, CarolinaWrenValidation, Clean, Crossvalidate, JitterOccurrence, MESSMask, NoProcess, OneHundredBackground, OneThousandBackground, PartitionDisc, RemoveNAs, StandardiseCov, SubsampleOccurrence, TargetGroupBackground, Transform, addInteraction, spThin


zoonproject/modules documentation built on May 4, 2019, 11:25 p.m.