Learn R Programming

rorqual.morpho (version 0.1.1)

rorq_vgb: Rorqual ventral groove blubber length

Description

Rorqual ventral groove blubber length

Usage

rorq_vgb(species, length_m)

Arguments

species

a vector of species codes

length_m

a vector of lengths in meters

Value

a vector of VGB lengths in m

Examples

Run this code
# NOT RUN {
# A 22m blue whale
rorq_vgb("bw", 22)

# A 7m minke
rorq_vgb("ba", 7)
# }

Run the code above in your browser using DataLab