APDraw: Calculate Raw APD Values

Description Usage Arguments Value Examples

View source: R/AnimalAPD.R

Description

Calculates raw APD values, uncorrected for hierarchical data structure

Usage

1
APDraw(focal, contingent, adjust = 1)

Arguments

focal

Vector of observations in radians of one species/group/individual/etc. for which predictions on another will be made

contingent

Vector of observations in radians of a species/group/individual/etc. from which predictions will be made

adjust

Smoothing of predicted line; recommended to use default value for observed values and higher value for estimations from circular models; default=1

Value

Numeric vector of raw APD values, without correction for nested data structure

Examples

1
2
3
data(wolfexample)
data(boarexample)
APDraw(focal=wolfexample$Radians, contingent=boarexample$Radians)

AnimalAPD documentation built on March 18, 2021, 5:07 p.m.

Related to APDraw in AnimalAPD...