Description Usage Format Source References Examples
Measures of biodiversity in 15 urban green spaces in Sheffield, England.
1 |
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
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.
http://rsbl.royalsocietypublishing.org/content/3/4/390.abstract
1 2 3 | data(Greenspace)
str(Greenspace)
splom(Greenspace[,2:6])
|
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: ‘mosaic’
The following objects are masked from ‘package:dplyr’:
count, do, tally
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:stats’:
binom.test, cor, cor.test, cov, fivenum, IQR, 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': 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 ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.