mylist.evolve: Use to evolve a pokemon in your database, calculating new...

Description Usage Arguments Value

View source: R/pokemon.R

Description

Use to evolve a pokemon in your database, calculating new CP/HP

Usage

1
mylist.evolve(num, to, fast = "", charge = "", cp = NA, hp = NA, data = mymons)

Arguments

num

The mon's row number

to

What it's evolving into

fast

Optionally, its new fast move

charge

Optionally, its new charge move

cp

Its new CP

hp

Its new HP

data

The database you're using

Value

The mon's old stats and its new stats


thelit/openpogo documentation built on Jan. 16, 2020, 12:52 a.m.