This function implements the algorithms to calculate the observation index. OI = log ( (At / (At + Rt) ) / ( A / (A + R) ) ) where At is the sum of observations for focal species during time t (or grid), Rt is sum of observations of all species in reference group during t, A and R are the total sums for observations.
logObsInd(focal, group, fs.rm = TRUE, norm = TRUE)
observations/visits for the focal species
observations/visits for the reference species group
if TRUE, assumes that the observations for the focal species are included in 'group' and will remove them
if TRUE, the result is normalized to a 0-1 range
a positive observation index
Telfer, Preston & Rothery (2002) <doi:10.1016/S0006-3207(02)00050-2>