Skip to content

Estimate fish traits for all marine fish species globally

License

Notifications You must be signed in to change notification settings

qselmer/FishLife

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FishLife

Estimate fish traits for all marine fish species globally

DOI

Visualize predictions

A graphical user interface (GUI) is available online

Example usage

Load the package

# Install and load package
devtools::install_github("james-thorson/FishLife")
library( FishLife )

Vignette available

Please see the FishLife vignette for details on how to extract predictions frmo the package, update predictions using new data, or replicate the analysis using a new data set.

vignette("tutorial","FishLife")

Get predictions for a given taxon

I also show a few simple examples of life-history predictions using FishLife, as archived in the package.

# Get basic plot for Lutjanus campechanus (in database, so prediction is informed by species-specific data)
Plot_taxa( Search_species(Genus="Lutjanus",Species="campechanus")$match_taxonomy )

# Get basic plot for Sebastes cortezi (not in database, so uses predictive distribution for genus Sebastes)
Plot_taxa( Search_species(Genus="Sebastes",Species="cortezi")$match_taxonomy )

# Get basic plot for Family Scombridae 
Plot_taxa( Search_species(Family="Scombridae")$match_taxonomy )

Description of package

Please cite if using the software

Further reading

Evaluating accuracy of data and life-history predictions in FishBase

About

Estimate fish traits for all marine fish species globally

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 77.3%
  • C++ 22.7%