beetle | R Documentation |
These data describe the abundance of ground beetle assemblages from the Scottish landscape alongside with the environmental data and species traits. The data includes abundances of 68 species of ground beetle species.
data(beetle)
A data frame of species composition of the ground-beetle assemblages.
A data frame of study design variables and environmental data.
Unique id for sample.
Land use type.
Grid where sample were collected.
sampling area in Scotland.
Sampling year
1, peat; 2, peaty loam; 3, loamy sand; 4, sandy loam; 5, sandy clay loam; 6, sandy silt loam; 7, silty clay
organic content (% loss of organic content on ignition), log10 transformed
soil pH
available P (mg/L), log10 transformed
available K (mg/L)
percentage moisture content
percentage cover estimate of bare ground in 11 1-m2 quadrats, arcsine transformed
percentage cover estimate of litter cover in 11 1-m2 quadrats, log10 transformed
percentage cover estimate of bryophytes in 11 1-m2 quadrats, arcsine transformed
number of reproductive stems (flowering or fruiting) in 11 1-m2 quadrats
height canopy height (cm) in 11 1-m2 quadrats
number of stems (ramets) in 100 cm2
dry mass (g) of biomass 0–5 cm from soil surface in 400 cm2
dry mass (g) of biomass .5 cm from soil surface in 400 cm2, log10 transformed
biomass of reproductive parts (flowers and fruits) in 100 cm2, log10 transformed
elevation in m a.s.l.
management intensity index (see Materials and Methods: Environmental data)
A data frame of the species names and species morphological and life trait characteristics.
Species names.
Species codes corresponding species names in abundance matrix
diameter of the eye, measured from above
length of the antenna
maximum width of the pronotum
maximum depth (“vaulting”) of the pronotum
maximum width of the elytra
length of the metafemur (with the articulation segments), from the coxa to the apex
length of the metatrochanter
length of the metatarsi
maximum width of the metafemur
total length (length of the pronotum in the medial line plus length of the elytra, from the medial ridge of the scutellum to the apex)
color of the legs (1, pale; 2, black; 3, metallic)
color of the body (1, pale; 2, black; 3, metallic)
wing development (1, apterous or brachypterous; 2, dimorphic; 3, macropterous)
shape of the pronotum (1, oval; 2, cordiform; 3, trapezoidal)
overwintering (1, only adults; 2, adults and larvae or only larvae)
food of the adult (1, mostly Collembola; 2, generalist predator; 3, mostly plant material)
daily activity (1, only diurnal; 2, nocturnal)
breeding season (1, spring; 2, summer; 3, autumn or winter)
main period of emergence of the adults (1, spring; 2, summer; 3, autumn)
main period of adult activity (1, autumn; 2, summer only)
Beetles were sampled with two parallel rows of nine pitfall traps (diameter 7.5 cm, 2 m apart) at each site, starting in early May.
Detailed description of the data available in the reference and in the Ecological Archives E082-012.
Ignacio Ribera, Sylvain Dolédec, Iain S. Downie, and Garth N. Foster. 2001. Effect of land disturbance and stress on species traits of ground beetle assemblages. Ecology 82:1112-1129.
## Not run:
data(beetle)
# Abundance matrix
Y <- beetle$Y
# Environmental data
X <- beetle$X
# Species traits
TR <- beetle$TR
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.