ElVerde: Diet Breadth in a Rainforest Community

Description Format Source Examples

Description

Number of different species (breadth) in 127 species (no.species) in the rainforest community at El Verde, Puerto Rico

Format

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

breadth

a numeric vector

num.species

a numeric vector

Source

Waide R.B. and W.B. Reagan, eds. 1996. The Food Web of a Tropical Rainforest. University of Chicago Press, Chicago.

Examples

1
2
ElVerde
xyplot(num.species ~ breadth, ElVerde, type='h',lwd=3)

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

   breadth num.species
1        1          21
2        2           8
3        3           9
4        4          10
5        5           8
6        6           3
7        7           4
8        8           8
9        9           4
10      10           4
11      11           4
12      12           2
13      13           5
14      14           2
15      15           1
16      16           1
17      17           2
18      18           1
19      19           3
20      20           2
21      22           2
22      24           3
23      25           2
24      26           2
25      27           1
26      29           3
27      30           1
28      31           1
29      35           1
30      36           1
31      37           1
32      38           1
33      39           1
34      43           1
35      47           1
36      52           1
37      56           1
38      62           1

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