Learn R Programming

fishflux (version 0.0.1.6)

wprop: A function to find the ratio of dry weight and wet weight of fish in local database

Description

This function searches the ratio of dry weight and wet weight of fish on the family level. If the family is not available, an average is returned.

Usage

wprop(family)

Arguments

family

family

Value

Returns a dataframe with the weight ratio (mdw) and it's sd (mdw_sd).

Examples

Run this code
# NOT RUN {
library(fishflux)
wprop(family="Scaridae")

# }

Run the code above in your browser using DataLab