wts {tsvr} | R Documentation |
This function is used to compute weights (wts)
wts(X)
X |
a matrix with counts or densities arranged in species by time step |
wts
returns an object of class list consisting of
frequency |
a vector from 0 to 1 (not include 0 and 1) |
wts |
a vector of wts |
Lei Zhao, lei.zhao@cau.edu.cn; Daniel Reuman, reuman@ku.edu
<Lei paper>
X<-matrix(runif(200,1,100), 10, 20)
ans<-wts(X)