Flowers: Flower morphology Morrenia brachtephana

Description Usage Format Source References Examples

Description

Raw data from the Baranzelli et al. (2014) study on morphological selection in the flowers of Morrenia brachtephana. These data were downloaded from Dryad and then formatted for use in this R package. Flowers consists of the following variables:

wm

relative male fitness, based on the average number of pollinaria exported per flower from all the flowers sampled for each individual (Pollinarium.export).

wf

relative female fitness, based on the average number of pollinia received per flower from the total number collected per individual (pollinia.import).

Wm

absolute male fitness, based on the average number of pollinaria exported per flower from all the flowers sampled for each individual (Pollinarium.export).

Wf

absolute female fitness, based on the average number of pollinia received per flower from the total number collected per individual (pollinia.import).

At3

width of the corona, a trait related to the visual attraction of the flower.

Gy2

width of the inner guide rail, a trait related to pollinaria transfer.

Gy3

width of the inner guide rail at the level of the upper edges, a trait related to pollinaria transfer.

Gy4

length of the inner guide rail, a trait related to pollinaria transfer.

Gy5

length of the outer guide rail, a trait related to pollinaria transfer.

Co3

length of the corpusculum, a measure of the pollinarium.

Ca3

length of the caudicles, a measure of the pollinarium.

individual

individual identification number.

Usage

1

Format

data.frame with 125 observations and 12 variables

Source

These data were obtained from "Phenotypic Selection Analysis" data file available on Dryad: http://dx.doi.org/10.5061/dryad.kq72j, and are associated with Baranzelli et al. (2014).

References

Baranzelli MC, Sersic AN, Cocucci AA. 2014. The search for Pleiades in trait constellations: functional integration and phenotypic selection in the complex flowers of Morrenia brachystephana (Apocynaceae). Journal of Evolutionary Biology 27(4): 724-736. http://dx.doi.org/10.1111/jeb.12341

Examples

1
2
3
4
5
6
7
8
# Load the data
data(Flowers)

# Look at the structure of the data.frame
str(Flowers)

# Run a linear regression with wm as the response and the morphological traits as the predictors
lm(wm ~ ., data = Flowers[,5:11])

MorphoFun/psa documentation built on Nov. 10, 2021, 7:01 a.m.