CDF: Spatial Cummulative Distribution Function

Description Usage Arguments Details Value

View source: R/CDF.R

Description

Calculates a spatial cummulative distribution function for measuring selection of resources in a study area.

Usage

1
2
3
4
5
6
7
8
9
CDF(
  relocations,
  features,
  studyArea,
  replicationMethod = c("relocations", "features"),
  iterations = 30,
  breakValue = 50,
  randomMultiplier = 30
)

Arguments

relocations

SpatialPoints* object.

features

Spatial* object (see details for restrictions).

studyArea

SpatialPolygons* object.

replicationMethod

Do you want to use pseudoreplications of relocations or features. The default is set to relocations.

iterations

The number of random samples to draw from the pseudoreplicated data. The default is set to 30.

breakValue

The distance (m) that the lags will be set to. The defalut is set to 50.

randomMultiplier

Determines the size of the random sample that each pseudoreplication will be drawn from. Default is set to 30.

Details

If replicationMethod == "features", features must be of type SpatialPoints*.

Add more details like so.

Value

An object of class CDF with a list of 5 vectors and 2 attributes. More detail.


jacpete/jpfxns documentation built on May 16, 2020, 5:02 a.m.