mylist.strongvs: Iterates mylist.strong() for each mon in your database That...

Description Usage Arguments

View source: R/pokemon.R

Description

Iterates mylist.strong() for each mon in your database That is, calculates the pokemon who take the least damage from a source

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
mylist.strongvs(
  source,
  tarFast = "",
  tarCharge = "",
  Name = "",
  raid = T,
  numreturn = 10,
  sourceatk = 15,
  sourcelvl = 40,
  cpmin = 1500,
  data = mymons
)

Arguments

source

the kind of attacker

tarFast

the attacker's fast move

tarCharge

the attacker's charge move

Name

the kind of your mons to limit results to

raid

is the attacker a raid boss?

numreturn

the number of your mons to return, most survivable first

sourceatk

specify the attacker's attack IV

sourcelvl

specify the attacker's level

cpmin

limit results to those over a certain CP

data

the name of your database


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