Learn R Programming

primer (version 1.2.0)

coneflowerseeds: Smooth coneflower seed data

Description

A data set containing size and seed set of individual coneflowers.

Usage

data(coneflowerseeds)

Arguments

Format

A data frame with 136 rows and 5 variables:

logAs

natural log of total leaf area in the first year

seeds

number of seeds produced in the first year

Examples

Run this code
# NOT RUN {
data(coneflowerseeds)
ggplot2::qplot(logAs, seeds, data=coneflowerseeds)

# }

Run the code above in your browser using DataLab