Learn R Programming

ADER (version 1.5)

Lucanus: Allometry Data of Stag Beetles

Description

Measurements of head width and elytra length of several individuals of Lucanus cervus (Linnaeus, 1758) recorded in several localities in Northern Spain.

Usage

data("Lucanus")

Arguments

Format

A data frame with 265 observations on the following 4 variables.

KB

Head size (mm).

EL

Elytra length (mm).

SEXO

Sex, a factor with levels hembra (female) or macho (male).

PROVINCIA

Spanish province where each individual was collected. Either Asturias, Cantabria or Otras (other).

Examples

Run this code
data(Lucanus)
str(Lucanus)

Run the code above in your browser using DataLab