GetSpeciesTraits

버전 1.0.0 (3.04 KB) 작성자: Francisco de Castro
Retrieve taxonomic info and some traits of a species from WoRMS (World Register of Marine Species)
다운로드 수: 22
업데이트 날짜: 2018/11/20

라이선스 보기

GETSPECIESTRAITS Taxonomy and traits from WoRMS database.
Data= GetSpeciesTraits(X,varargin)
Ths function uses WoRMS to get taxonomic info and some traits about
a list of species. By default it returns only taxonomic info: AphiaID,
Kingdom, Phylum, Class, Order, Family, Genus, Status and Valid Name.
To return mean length, mean mass, functional group or feeding type use
any combination of:
GetSpeciesTraits(X,'taxo',TRUE)
GetSpeciesTraits(X,'leng',TRUE)
GetSpeciesTraits(X,'mass',TRUE)
GetSpeciesTraits(X,'func',TRUE)
GetSpeciesTraits(X,'feed',TRUE)
By defult all are FALSE except 'taxo'.

To supress output to the command window use:
GetSpeciesTraits(X,'verbose',FALSE) default: true.

Input argument X must be a string or a 1-column cell array or table.
Only the 1st column will be used.
Returns a table 'Data' with species names in column 1 and taxonomy and
requested traits in following columns. Length will be in cm and mass in
grams.

인용 양식

Francisco de Castro (2024). GetSpeciesTraits (https://www.mathworks.com/matlabcentral/fileexchange/69481-getspeciestraits), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2018b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Dates and Time에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0