NeotropicalTrees: Photosynthesis in Neotropical Trees

Description Format Source References Examples

Description

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

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.

References

http://www.pnas.org/content/101/21/8051.long

Examples

1
2

Example output

Loading required package: nlme
Loading required package: lattice
Loading required package: grid
Loading required package: mosaic
Loading required package: dplyr

Attaching package: 'dplyr'

The following object is masked from 'package:nlme':

    collapse

The following objects are masked from 'package:stats':

    filter, lag

The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union

Loading required package: ggformula
Loading required package: ggplot2
Loading required package: ggstance

Attaching package: 'ggstance'

The following objects are masked from 'package:ggplot2':

    GeomErrorbarh, geom_errorbarh


New to ggformula?  Try the tutorials: 
	learnr::run_tutorial("introduction", package = "ggformula")
	learnr::run_tutorial("refining", package = "ggformula")
Loading required package: mosaicData
Loading required package: Matrix

The 'mosaic' package masks several functions from core packages in order to add 
additional features.  The original behavior of these functions should not be affected by this.

Note: If you use the Matrix package, be sure to load it BEFORE loading mosaic.

Attaching package: 'mosaic'

The following object is masked from 'package:Matrix':

    mean

The following object is masked from 'package:ggplot2':

    stat

The following objects are masked from 'package:dplyr':

    count, do, tally

The following objects are masked from 'package:stats':

    IQR, binom.test, cor, cor.test, cov, fivenum, median, prop.test,
    quantile, sd, t.test, var

The following objects are masked from 'package:base':

    max, mean, min, prod, range, sample, sum

'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
  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

abd documentation built on May 2, 2019, 2:14 p.m.