Learn R Programming

isdals (version 3.0.1)

turtles: Clutch size of turtles

Description

Data to examine the effect of turtle carapace length on the clutch size of turtles.

Usage

data(turtles)

Arguments

Format

A data frame with 18 observations on the following 2 variables.

length

a numeric vector

clutch

a numeric vector

Examples

Run this code
data(turtles)
## maybe str(turtles) ; plot(turtles) ...

Run the code above in your browser using DataLab