formation {unitedR} | R Documentation |
Representing a formation
Description
Represents a valid united formation.
Usage
formation(
GK,
SW,
DF,
MF,
ST,
hardness = c(0, 0, 0, 0, 0),
homeAdv = c(0, 0, 0, 0, 0)
)
Arguments
GK |
|
SW |
|
DF |
|
MF |
|
ST |
|
hardness |
|
homeAdv |
|
Value
S4
object of the class formation
.
[Package unitedR version 0.4 Index]