pokemon: Pokemon data

pokemonR Documentation

Pokemon data

Description

A dataset containing the characteristics of 800+ Pokemon. The variables are as follows:

  • type1. Pokemon primary type.

  • type2. Pokemon secondary type.

  • height_m. Heigh in meters.

  • weight_kg. Weight in kilometers.

  • capture_rate. Measure of how easy it is to capture the Pokemon. Higher catch rates mean that the Pokémon is easier to catch, up to a maximum of 255.

  • hp. Determines how much damage a Pokémon can receive before fainting.

  • attack. Determines the power of a physical move.

  • defense. Determines how much damage a Pokemon receives when it is hit with a physical move.

  • sp_attack. Determines how much damage a Pokemon deals when using a special move.

  • sp_defense. Determines how much damage a Pokemon receives when it is hit with a special move.

  • speed. Determines the order of Pokémon that can act in battle.

  • generation. A grouping of the Pokémon games that separates them based on the Pokémon they include.

  • is_legendary. Whether the Pokemon is legendary (1 = yes, 0 = no).

Usage

data(pokemon)

Format

A (tibble) data frame with 801 rows and 14 variables.

Source

Kaggle.


hail2thief/ladata documentation built on Sept. 9, 2024, 1:28 p.m.