| fish4_parameters_metadata | R Documentation |
Metadata information about the Fish Bioenergetics 4.0 parameters database, including version information, creation details, and structural specifications.
fish4_parameters_metadata
A list containing metadata about the fish4_parameters database:
Version number of the database
Date when the database was generated
Original CSV file used to generate the database
Brief description of the database contents
Total number of species in the database
Total number of parameter records
Number of taxonomic families represented
Vector of parameter category names
List of essential parameters for FB4 simulations
Description of parameter units and measurements
This metadata object provides essential information about the structure, content, and requirements of the fish4_parameters database. It includes quality control information and parameter specifications necessary for proper use of the bioenergetic model.
Required Parameters: The metadata specifies which parameters are essential for running Fish Bioenergetics 4.0 simulations:
CA, CB, CQ, CTO, CTM, CTL
RA, RB, RQ, RTO, RTM, RTL
Units:
Degrees Celsius
Joules per gram (J/g)
Grams (g)
Proportions or model coefficients
Generated automatically when converting Parameters_official.csv
(from the Fish Bioenergetics 4.0 Shiny application,
<https://github.com/biofish/FishBioenergetics>) into an R list object.
fish4_parameters, Bioenergetic
data(fish4_parameters_metadata)
print(fish4_parameters_metadata$description)
print(paste("Species count:", fish4_parameters_metadata$n_species))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.