Insects {Lifertable}R Documentation

Insects data

Description

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

Usage

Insects

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".

Source

This dataset serves as an example for running the provided code snippets or as a reference for analyzing the functionality of this package.


[Package Lifertable version 0.1.0 Index]