Learn R Programming

opentraj (version 1.0)

pheno2007: Phenology of eastern spruce budworm adult emergence in Quebec in 2007.

Description

This data set contains estimates of spruce budworm adult phenology in various locations in Quebec (Canada) in 2007. The phenology of adult emergence is represented by a number of adults emerging at particular dates. This number was calculated using the spruce budworm phenology model in BioSIM 10 (https://cfs.nrcan.gc.ca/projects/133) with default parameters.

Usage

data(pheno2007)

Arguments

Format

A data frame with 5555 observations on the following 5 variables.
ID
a numeric vector; Location Number
Latitude
a numeric vector; Latitude
Longitude
a numeric vector; Longitude
Year.Month.Day
a factor; Date of emergence
Adults
a numeric vector; Number of adults emerging (based on a starting value of 100 eggs).

Source

Data calculated using BioSIM 10 (https://cfs.nrcan.gc.ca/projects/133).

Details

For more information regarding BioSIM, please refer to: https://cfs.nrcan.gc.ca/projects/133.

References

BioSIM 10 - User's manual. 2013. Regniere, J.; Saint-Amant, R.; Bechard, A. Nat. Resour. Can., Can. For. Serv., Laurentian For. Cent., Quebec (Quebec). Inf. Rep. LAU-X-137E.

Examples

Run this code
data(pheno2007)
str(pheno2007)

Run the code above in your browser using DataLab