Insects | R Documentation |
This dataset provides reference information on two groups of insects to illustrate the usage of functions within this package.
Insects
A data frame with 404 rows and 6 columns:
Name of the group ("Group1", "Group2"). It is a variable of class "character".
The number of the female to which each row belongs. It is a variable of class "integer".
It is the age corresponding to the female. Stage in which it is found. It is a variable of class "integer".
Eggs laid by each female at each age. It is a variable of class "integer".
Sexrate at each age. It is a variable of class "numeric".
Survival at each age. It is a variable of class "numeric".
This dataset serves as an example for running the provided code snippets or as a reference for analyzing the functionality of this package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.