Greenspace: Diversity in Urban Green Space

Description Usage Format Source References Examples

Description

Measures of biodiversity in 15 urban green spaces in Sheffield, England.

Usage

1

Format

A data frame with 15 observations on the following 6 variables.

site

a factor with levels A - O

attachment

a numeric vector

area

a numeric vector

butterfly

a numeric vector

bird

a numeric vector

ln.plant

a numeric vector

Source

Fuller, R.A., K.N. Irvine, P. Devine-Wright, P.H. Warren, and K.J. Gaston. 2007. Psychological benefits of greenspace increase with biodiversity. Biology Letters 3: 390-394.

References

http://rsbl.royalsocietypublishing.org/content/3/4/390.abstract

Examples

1
2
3

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':	15 obs. of  6 variables:
 $ site      : Factor w/ 15 levels "A","B","C","D",..: 1 2 3 4 5 6 7 8 9 10 ...
 $ attachment: num  4.4 4.5 4.7 4.5 4.3 3.8 4.4 4.6 4.1 4.2 ...
 $ area      : num  23.8 16 6.9 2.3 5.7 1.2 1.4 15 3.1 3.8 ...
 $ butterfly : int  6 14 8 10 6 5 5 7 9 5 ...
 $ bird      : int  12 18 8 17 7 4 8 22 7 4 ...
 $ ln.plant  : num  5.1 5.5 6.4 4.7 5.3 4.6 4.5 5.5 5.2 4.6 ...

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