powered by
Tabulate Yield
ypr_tabulate_yield(object, ...)# S3 method for ypr_population ypr_tabulate_yield( object, Ly = 0, harvest = TRUE, biomass = FALSE, type = "both", all = FALSE, ... )# S3 method for ypr_populations ypr_tabulate_yield( object, Ly = 0, harvest = TRUE, biomass = FALSE, type = "both", all = FALSE, ... )
# S3 method for ypr_population ypr_tabulate_yield( object, Ly = 0, harvest = TRUE, biomass = FALSE, type = "both", all = FALSE, ... )
# S3 method for ypr_populations ypr_tabulate_yield( object, Ly = 0, harvest = TRUE, biomass = FALSE, type = "both", all = FALSE, ... )
The populations or populations.
Unused parameters.
The minimum length (trophy) fish to consider when calculating the yield (cm).
A flag specifying whether to calculate the yield for harvested fish or captures.
A flag specifying whether to calculate the yield in terms of the biomass versus number of individuals.
A string indicating whether to include 'both' or just the 'actual' or 'optimal' yield.
A flag specifying whether to include all parameter values.
A data frame.
ypr_population: Tabulate Yield
ypr_population
ypr_populations: Tabulate Yield
ypr_populations
Other tabulate: ypr_tabulate_biomass(), ypr_tabulate_fish(), ypr_tabulate_parameters(), ypr_tabulate_sr(), ypr_tabulate_yields()
ypr_tabulate_biomass()
ypr_tabulate_fish()
ypr_tabulate_parameters()
ypr_tabulate_sr()
ypr_tabulate_yields()
# NOT RUN { ypr_tabulate_yield(ypr_population()) ypr_tabulate_yield(ypr_populations(Rk = c(3, 5))) # }
Run the code above in your browser using DataLab