lobelia: Lobelia urens seeds data

Description Usage Format Details Examples

Description

This data describes the number of germinating lobelia urens seeds at different temperatures.

Usage

1

Format

A data frame with 231 rows and 3 variables:

Day

The day number

Temperature

The temperature

Germination

The number which germinated

Details

The total numbers which failed to germinate are 59, 52, 35, 22, 10, 7 and 12 for temperatures 9.8, 12.5, 16.7, 20.2, 24.3, 28.5 and 32.0, respectively.

Examples

1

Example output

# A tibble: 231 x 3
     Day Temperature Germination
   <int>       <dbl>       <int>
 1     0         9.8           0
 2     1         9.8           0
 3     2         9.8           0
 4     3         9.8           0
 5     4         9.8           0
 6     5         9.8           0
 7     6         9.8           0
 8     7         9.8           0
 9     8         9.8           0
10     9         9.8           0
# ... with 221 more rows

nlstimedist documentation built on Aug. 27, 2020, 9:07 a.m.