Clearcuts: Biomass Change in Rainforests near Clearcuts

Description Format Source References Examples

Description

Biomass change in 36 Amazonian rainforests following clearcuts ranging from 50 m to several kilometers.

Format

A data frame with 36 observations of one variable.

biomass.change

Source

Laurance, W.F., S.G. Laurance, L.V. Ferreira, J.M. Rankin-de Merona, C. Gascon, T.E. Lovejoy. 1997. Biomass collapse in Amazonian forest fragments. Science 278: 1117-1118.

References

http://www.sciencemag.org/cgi/content/abstract/278/5340/1117

Examples

1
2
str(Clearcuts)
histogram(~biomass.change, Clearcuts)

Example output

Loading required package: nlme
Loading required package: lattice
Loading required package: grid
Loading required package: mosaic
Registered S3 method overwritten by 'mosaic':
  method                           from   
  fortify.SpatialPolygonsDataFrame ggplot2

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.

Attaching package:mosaicThe following objects are masked frompackage:dplyr:

    count, do, tally

The following object is masked frompackage:Matrix:

    mean

The following object is masked frompackage:ggplot2:

    stat

The following objects are masked frompackage:stats:

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

The following objects are masked frompackage:base:

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

'data.frame':	36 obs. of  1 variable:
 $ biomass.change: num  -10.8 -4.9 -2.6 -1.6 -3 -6.2 -6.5 -9.2 -3.6 -1.8 ...

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