Distribution of Wrasses
WrasseSexes.Rd
Number and sex of adult wrasses in a section of the Great Barrier Reef.
Format
A data frame with 3 observations on the following 3 variables.
- males
a numeric vector
- females
a numeric vector
- count
a numeric vector
Examples
xtabs(count ~ males + females, WrasseSexes)
#> females
#> males 4 5 6
#> 0 0 0 4
#> 1 0 14 0
#> 2 4 0 0