# In your field population, 53 individuals were captured once, 19 were captured twice,
# 4 were captured three times, 1 was captured four times
# and no individual was captured five or six times.
# As there were six capture occasions, the fifth and sixth capture occasion is set to 0.
# call your capture frequencies as follows:
freq(c(53,19,4,1,0,0))
Run the code above in your browser using DataLab