seedsTemp: Germination rates of _Abutilon angulatum_ at different...

seedsTempR Documentation

Germination rates of Abutilon angulatum at different temperatures

Description

Germination rates of Abutilon angulatum from 29 different studies, undertaken at different ambient temperatures. We would like to know how germination rate varies with temperature, in particular, the range of temperatures at which Abutilon angulatum will germinate. These data come from a larger study across species and environments to look for a latitudinal signal in tolerance to changing temperature (Sentinella et al 2020).

Usage

data(seedsTemp)

Format

A dataframe containing:

NumSown

The number of seeds sown.

NumGerm

The number of seeds that germinated.

Test.Temp

The ambient temperature (in degrees Celsius) of the location at which seeds were sown.

References

Sentinella, AT, Warton, DI, Sherwin, WB, Offord, CA, Moles, AT. (2020) Tropical plants do not have narrower temperature tolerances, but are more at risk from warming because they are close to their upper thermal limits. Global Ecol Biogeogr. 29, 1387-1398.

Examples

data(seedsTemp)
seedsTemp$propGerm = seedsTemp$NumGerm / seedsTemp$NumSown
plot(propGerm/(1-propGerm)~Test.Temp,data=seedsTemp,log="y",
 ylab="Germination rate [logit scale]", xlab="Temperature (Celsius)")

ecostats documentation built on Aug. 24, 2022, 9:07 a.m.

Related to seedsTemp in ecostats...