Learn R Programming

Lifertable (version 1.0.1)

Insects: Insects data

Description

This dataset provides reference information on two groups of insects to illustrate the usage of functions within this package.

Usage

Insects

Arguments

Format

A data frame with 404 rows and 6 columns:

Group

Name of the group ("Group1", "Group2"). It is a variable of class "character".

Female

The number of the female to which each row belongs. It is a variable of class "integer".

Age

It is the age corresponding to the female. Stage in which it is found. It is a variable of class "integer".

Eggs

Eggs laid by each female at each age. It is a variable of class "integer".

Sexrate

Sexrate at each age. It is a variable of class "numeric".

Survival

Survival at each age. It is a variable of class "numeric".