rGrabber | R Documentation |
Function to download intrinsic growth rate (r) parameter for specific species from Fishbase and SeaLifebase. The r growth parameter will serve as prior in the bayesian analysis in the surplus production model.
rGrabber(SciName)
SciName |
insert scientific name for the fish or aquatic biota |
The r value is ranging from 0 to 1, where high r value represents the r strategist species and known to have more resilient characteristics when facing with fishing pressures (Adams, 1980; Kawasaki, 1980, 1983).
This function requires rfishbase package installed and internet connection.
Adams, P. (1980) ‘Life history patterns in marine fishes and their consequences for fisheries management’, Fishery Bulletin, 78(1), pp. 1–12.
Kawasaki, T. (1980) ‘Fundamental Relations among the Selections of Life History in the Marine Teleosts’, Bulletin of the Japanese Society of Scientific Fisheriess, 463(3), pp. 289–293.
Kawasaki, T. (1983) Why do some pelagic fishes have wide fluctuations in their numbers? Biological basis of fluctuation from the viewpoint of evolutionary ecology, FAO Fisheries Report (FAO).
https://www.fishbase.in/manual/key
library(rfishbase) #grab r intrinsic growth rate parameter from the database # data grabbed from fishbase rGrabber("Sardinella lemuru") #for finfish species with a high r value rGrabber("Hoplostethus atlanticus") #for finfish species with a low r value # data grabbed from sealifebase rGrabber("Anguilla japonica") # for non finfish species
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.