calculate_proportion_of_survivors: Calculate Proportion of Surviving fish

Description Usage Arguments Value Examples

View source: R/prey_survival_simulation.R

Description

Simply calculates the proportion of survivors relative to the number of fish at the start of the model

Usage

1
calculate_proportion_of_survivors(number_of_survivors, number_of_fish)

Arguments

number_of_survivors

an integer value of surviving fish

number_of_fish

the number of fish at the start of the model

Value

a proportion

Examples

1
calculate_proportion_of_survivors(number_of_survivors = 10, number_of_fish = 50)

mrguyperson/predpackplus documentation built on Dec. 21, 2021, 10:08 p.m.