Skip to contents

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.

Usage

data(ButterflySpecies_df)

Format

A data frame with 44 observations and 9 variables:

Serial_Number

Serial number identifier (integer)

Area

Geographic area within India (factor with 8 levels)

Locality

Specific locality name (factor with 44 levels)

Total_Species_count

Total number of butterfly species in the locality (integer)

Skippers

Count of Skippers species (integer)

Swallow_tails

Count of Swallow tail species (integer)

Whites_Yellows

Count of Whites and Yellows species (integer)

Blues

Count of Blues species (integer)

Brush_Footed

Count of Brush Footed species (integer)

Source

Data taken from the gpk package version 1.0

Details

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.