Skip to contents

Photosynthetic capacity (photosynthetic.capacity) and number of fruits produced in the previous season (previous.fruits) of 9 females of Ocotea tenera.

Usage

NeotropicalTrees

Format

A data frame with 9 observations on the following 2 variables.

previous.fruits

a numeric vector

photosynthetic.capacity

a numeric vector

Source

inferred from Wheelwright, N.T. and B.A. Logan. 2004. Previous-year reproduction reduces photosynthetic capacity and slows lifetime growth in females of a neotropical tree. Proceedings of the National Academy of Sciences (USA) 101: 8051-8055.

Examples


str(NeotropicalTrees)
#> 'data.frame':	9 obs. of  2 variables:
#>  $ previous.fruits        : int  10 14 5 24 50 37 89 162 149
#>  $ photosynthetic.capacity: num  13 11.9 11.5 10.6 11.1 9.4 9.3 9.1 7.3
NeotropicalTrees
#>   previous.fruits photosynthetic.capacity
#> 1              10                    13.0
#> 2              14                    11.9
#> 3               5                    11.5
#> 4              24                    10.6
#> 5              50                    11.1
#> 6              37                     9.4
#> 7              89                     9.3
#> 8             162                     9.1
#> 9             149                     7.3