ButterflySpecies_df | R Documentation |
This dataset, ButterflySpecies_df, is a data frame containing the distribution of butterfly species counts among five groups across different localities in India. It includes information on the total number of species and counts for each butterfly group such as Skippers, Swallow tails, Whites & Yellows, Blues, and Brush Footed.
data(ButterflySpecies_df)
A data frame with 44 observations and 9 variables:
Serial number identifier (integer)
Geographic area within India (factor with 8 levels)
Specific locality name (factor with 44 levels)
Total number of butterfly species in the locality (integer)
Count of Skippers species (integer)
Count of Swallow tail species (integer)
Count of Whites and Yellows species (integer)
Count of Blues species (integer)
Count of Brush Footed species (integer)
The dataset name has been kept as 'ButterflySpecies_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the IndiAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.
Data taken from the gpk package version 1.0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.