Learn R Programming

abd (version 0.2-8)

WrasseSexes: Distribution of Wrasses

Description

Number and sex of adult wrasses in a section of the Great Barrier Reef.

Arguments

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

Run this code
xtabs(count ~ males + females, WrasseSexes)

Run the code above in your browser using DataLab