fishmove(species=NA,L=NA,AR=NA,SO=6,T=30,interval="confidence",rep=50,seed=NA,...)
speciesfishmove
, used for prediction of movement parameters. If species
is set, then values for length and the aspect ratio are taken from speciesfishmove
and must not be provided by the user. Any additional argument on fish length and/or aspect ratio overwrites these settings. speciesfishmove
originates in fishbase.org (Froese and Pauly, 2011).
SO
is 6. A vector of several stream orders can be provided.
new.time
is 30 (days). A vector of several times can be provided.
interval
is "confidence". See predict.lm
.
datafishmove
. The default value for rep
is 50.
fishmove
predicts movement parameters of leptokurtic fish dispersal. The prediction is based on multiple regression on four variables (fish length, aspect ratio of the caudal fin (Pauly, 1989), stream order (Strahler, 1957) and time).The package 'fishmove' is based on a meta-analyis of heterogeneous fish movement in rivers (see Radinger and Wolter, 2013)
The movement parameters are calculated for a stationary ($sigma_stat$) and for a mobile component ($sigma_mob$) of a fish population. These parameters in combination with a value for the share of each component can be used to describe and display leptokurtic dispersal kernels according to:
$$F(x)=p*\frac{1}{\sqrt{2\pi\sigma_{stat}^2}}*e^{-\frac{(x-\mu)^2}{2\sigma_{stat}^2}}+(1-p)*\frac{1}{\sqrt{2\pi\sigma_{mob}^2}}*e^{-\frac{(x-\mu)^2}{2\sigma_{mob}^2}}$$
New values are calculated for a fitted mean and its upper and lower bound (confidence or prediction interval) based on a set of new input variables. In addition, common fish length and aspect ratio, are already provided for appr. 40 different species from fishbase.org (Froese and Pauly, 2011).
Pauly, D. (1989) A simple index of metabolic level in fishes. Fishbyte, Newsletter of the Network of Tropical Fisheries Scientists 7, 22.
Radinger, J. and Wolter C. (2014) Patterns and predictors of fish dispersal in rivers. Fish and Fisheries. 15:456-473. DOI: http://dx.doi.org/10.1111/faf.12028.
Strahler, A. N. (1957) Quantitative analysis of watershed geomorphology. Transactions of the American Geophysical Union 8, 913-920.
pdk
, lm
, predict.lm
# Prediction for a selected fish species with time=365 days
fishmove(species="Salmo trutta fario",T=365)
# Prediction with fish length=350 mm, aspect ratio=2, stream order=4 and prediction interval
# fishmove(L=350,AR=2,SO=4,T=365,interval="prediction")
Run the code above in your browser using DataLab