powered by
Calculates raw APD values, uncorrected for hierarchical data structure
APDraw(focal, contingent, adjust = 1)
Vector of observations in radians of one species/group/individual/etc. for which predictions on another will be made
Vector of observations in radians of a species/group/individual/etc. from which predictions will be made
Smoothing of predicted line; recommended to use default value for observed values and higher value for estimations from circular models; default=1
Numeric vector of raw APD values, without correction for nested data structure
# NOT RUN { data(wolfexample) data(boarexample) APDraw(focal=wolfexample$Radians, contingent=boarexample$Radians) # }
Run the code above in your browser using DataLab