Learn R Programming

primer (version 1.2.0)

coneflower: Smooth coneflower data

Description

A data set containing size, survival, and flowering in smooth coneflower

Usage

data(coneflower)

Arguments

Format

A data frame with 136 rows and 5 variables:

logA

natural log of total leaf area in the first year

logAp

natural log of total leaf area in the second year (Ap = A prime)

surv

indicator of survival from year one to year 2 (0,1)

flower_p

indicator of flowering in year 2 (0,1)

Examples

Run this code
# NOT RUN {
data(coneflower)
ggplot2::qplot(logA, logAp, data=coneflower)

# }

Run the code above in your browser using DataLab