pokemon | R Documentation |
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).
data(pokemon)
A (tibble) data frame with 801 rows and 14 variables.
Kaggle.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.