Learn R Programming

rtrim (version 2.3.1)

skylark: Skylark population data

Description

The Skylark dataset that was included with the original TRIM software.

The dataset can be loaded in two forms. The skylark dataset is exactly equal to the data set in the original TRIM software:

ColumnTypeDescription
siteintegerSite number
timeintegerTime point coded as integer sequence
countnumericCounted skylarks
HabitatintegerHabitat type (1, 2)
DepositionintegerDeposition type (1, 2, 3, 4)

The current implementation is more flexible and allows time points to be coded as years and covariates as factors. The skylark2 data set looks as follows.

ColumnTypeDescription
sitefactorSite number
yearintegerTime point coded as year
countintegerCounted skylarks
HabitatfactorHabithat type (dunes, heath)
DepositionintegerDeposition type (1, 2, 3, 4)
WeightnumericSite weight

Usage

data(skylark); data(skylark2)

Arguments

Format

.RData