Skip to contents

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

Usage

Greenspace

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.

Examples


str(Greenspace)
#> '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 ...
splom(Greenspace[,2:6])