Tabulate Population Parameters

ypr_tabulate_parameters(population)

Arguments

population

An object of class ypr_population().

Value

A table of population parameters

Examples

ypr_tabulate_parameters(ypr_population())
#> # A tibble: 32 × 3
#>    Parameter   Value Description                                                
#>    <chr>       <dbl> <chr>                                                      
#>  1 tmax        20    "The maximum age (yr)."                                    
#>  2 k            0.15 "The VB growth coefficient (yr-1)."                        
#>  3 Linf       100    "The VB mean maximum length (cm)."                         
#>  4 t0           0    "The (theoretical) age at zero length (yr)."               
#>  5 k2           0.15 "The VB growth coefficient after length L2 (yr-1)."        
#>  6 Linf2      100    "The VB mean maximum length after length L2 (cm)."         
#>  7 L2        1000    "The length (or age if negative) at which growth switches …
#>  8 Wb           3    "The weight (as a function of length) scaling exponent."   
#>  9 Ls          50    "The length (or age if negative) at which 50 % mature (cm …
#> 10 Sp         100    "The maturity (as a function of length) power."            
#> # ℹ 22 more rows